I have a problem with the CREATEUNIT command in the event file. It is only possible for me to create one unit per event and not more. I saw it in other eventfiles that the creation of more units at different locations is possible, but not for me.....
Here is an example of my event:
@IF
CITYTAKEN
city=Groningen
attacker=Germans
defender=Europeans
@THEN
TEXT
^More British troops arrive at the french coast !
ENDTEXT
JUSTONCE
CREATEUNIT
unit=Crusader MkI
owner=Allies
veteran=yes
homecity=none
locations
89,39
endlocations
@ENDIF
I have to create this event three times to create three tanks. And this takes a lot of space in the event file. By the way, I use MGE German Edition.
Here is an example of my event:
@IF
CITYTAKEN
city=Groningen
attacker=Germans
defender=Europeans
@THEN
TEXT
^More British troops arrive at the french coast !
ENDTEXT
JUSTONCE
CREATEUNIT
unit=Crusader MkI
owner=Allies
veteran=yes
homecity=none
locations
89,39
endlocations
@ENDIF
I have to create this event three times to create three tanks. And this takes a lot of space in the event file. By the way, I use MGE German Edition.
Comment