- Joined
- Feb 25, 2007
- Messages
- 286
Ok I'm making the simplist jass trigger ever. yeah I know I suck. Every time I do it, it asks me for a end of the line statement. I have no idea what that is.
I just wanted to start off simple but supponsdly theres 4 things wrong. First line has a end of a code error along with second line
The third line has something wierd wrong (i think)
and the fouth has a problem.
The problems are Expected end of line (x2), Expected a name, Expected a line statement.
Please help!
JASS:
Function Mi_First_Jass_trigger takes nothing and returns nothing
local unit u = GetTriggerUnit (BladeMaster 001)
call KillUnit (u)
I just wanted to start off simple but supponsdly theres 4 things wrong. First line has a end of a code error along with second line
The third line has something wierd wrong (i think)
and the fouth has a problem.
The problems are Expected end of line (x2), Expected a name, Expected a line statement.
Please help!