- Joined
- Jul 16, 2009
- Messages
- 42
Can someone fix this for me?
call TriggerSleepAction((0.75-(0.05*I2R(GetUnitAbilityLevelSwapped('A004', GetTriggerUnit())))))
Its not that it is wrong but i think it could be much shorter. and instead of triggering unit i want it to be the local variable unit u. ty in advance.
call TriggerSleepAction((0.75-(0.05*I2R(GetUnitAbilityLevelSwapped('A004', GetTriggerUnit())))))
Its not that it is wrong but i think it could be much shorter. and instead of triggering unit i want it to be the local variable unit u. ty in advance.