Hey folks,
Can anyone decifer this type of event? I want to make use of it but never saw any example for it. The one below doesn't work (although no error msg pops up).
@IF
TURN
turn=-1
@THEN
MOVEUNIT
unit=ANYUNIT
owner=Babylonier
maprect
112,44,118,44,118,50,112,50
moveto
120,50
numbertomove=ALL
@ENDIF
The four coordinates in line 6 are the edges of some kind of map rectange. Is there a sequence of edges to be followed? I went from lower left to lower right.
Can anyone decifer this type of event? I want to make use of it but never saw any example for it. The one below doesn't work (although no error msg pops up).
@IF
TURN
turn=-1
@THEN
MOVEUNIT
unit=ANYUNIT
owner=Babylonier
maprect
112,44,118,44,118,50,112,50
moveto
120,50
numbertomove=ALL
@ENDIF
The four coordinates in line 6 are the edges of some kind of map rectange. Is there a sequence of edges to be followed? I went from lower left to lower right.
Comment