Thats how I feel with this damn thing right now. I can't get any of the events to work anymore. The Text, Turn , Negoations , Createunit and Citytaken are the only things working. I'm trying to get the thing to play AVI movies... This is the command for that
@IF
TURN
turn=1
@THEN
PLAYAVIFILE
FIRE.AVI
@ENDIF
It should work. The file FIRE.AVI is in the same folder as the Scenario.
Another problem I'm having is with this DELAY command. It just won't work. These are the commands I've tried
@IF
CITYTAKEN
city=JOKER
attacker=BATMAN
defender=CHEEZE
@THEN
@DELAY
delay=3
CREATEUNIT
unit=SMELLY
owner=Morons
veteran=no
homecity=NONE
locations
15,77
endlocations
@ENDIF
@IF
TURN
turn=3
@THEN
CREATEUNIT
unit=Maze
owner=cows
veteran=no
homecity=CowsIRS
locations
11,66
endlocations
@ENDIF
Help..................
@IF
TURN
turn=1
@THEN
PLAYAVIFILE
FIRE.AVI
@ENDIF
It should work. The file FIRE.AVI is in the same folder as the Scenario.
Another problem I'm having is with this DELAY command. It just won't work. These are the commands I've tried
@IF
CITYTAKEN
city=JOKER
attacker=BATMAN
defender=CHEEZE
@THEN
@DELAY
delay=3
CREATEUNIT
unit=SMELLY
owner=Morons
veteran=no
homecity=NONE
locations
15,77
endlocations
@ENDIF
@IF
TURN
turn=3
@THEN
CREATEUNIT
unit=Maze
owner=cows
veteran=no
homecity=CowsIRS
locations
11,66
endlocations
@ENDIF
Help..................
Comment