- Joined
- Sep 8, 2006
- Messages
- 1
It is not possible to raise the maximum life a unit in World Editor... But it is possible to do that in WEU...
But apparantly the "Advanced - Unit - Change Unit's Life Maximum" trigger in WEU has an error... "Expected a function name"
function Trig_Normal_Func006002 takes nothing returns nothing
call ChangeLife( GetEnumUnit(), true, 300 )
endfunction
In this case, I wanna raise the maximum life of a unit by 300...
Anyone know how to solve this?
I know next to nothing about JASS
But apparantly the "Advanced - Unit - Change Unit's Life Maximum" trigger in WEU has an error... "Expected a function name"
function Trig_Normal_Func006002 takes nothing returns nothing
call ChangeLife( GetEnumUnit(), true, 300 )
endfunction
In this case, I wanna raise the maximum life of a unit by 300...
Anyone know how to solve this?
I know next to nothing about JASS