I was just wondering why the Events editor or the note pad style(cut and paste) of creating units won't create but the first unit location?
For Example I put:
@IF
TURN
turn=3
@THEN
CREATEUNIT
unit=Ju-87 Stuka
owner=Axis
veteran=yes
homecity=none
locations
41,63
43,61
42,63
42,62
endlocations
@ENDIF
It only creates a unit at the first location. I know that in the events editor you can put up to 10 locations but either way it only makes the first one. Is there any other way to make this work besides the way one location per trigger method?
Anyones input would be greatly appreciated!
Christian
For Example I put:
@IF
TURN
turn=3
@THEN
CREATEUNIT
unit=Ju-87 Stuka
owner=Axis
veteran=yes
homecity=none
locations
41,63
43,61
42,63
42,62
endlocations
@ENDIF
It only creates a unit at the first location. I know that in the events editor you can put up to 10 locations but either way it only makes the first one. Is there any other way to make this work besides the way one location per trigger method?
Anyones input would be greatly appreciated!
Christian
Comment