I don't know what I'm doing wrong. I made a file with a single event to test. It is in the same folder as the .scn file. But the game is not loading the events file. I included the debugging command, and the debuggin window does not open as promised.
I tried making an events file from the FW editor thinking perhaps I made a typo, but that file didn't load either.
here is the file:
@BEGINEVENTS
@DEBUG
@IF
CITYTAKEN
city=Garage2
attacker=Uniforce
defender=ANYBODY
@THEN
GIVETECHNOLOGY
receiver=TRIGGERATTACKER
technology=60
@ENDIF
@ENDEVENTS
Even if there is an error in the event command, shouldn't the alleged debug window open and show me that the statement can't be processed? wtf?
I am running MGE 5.40f on Windows XP. Events seem to work when I play other scenarios.
I tried making an events file from the FW editor thinking perhaps I made a typo, but that file didn't load either.
here is the file:
@BEGINEVENTS
@DEBUG
@IF
CITYTAKEN
city=Garage2
attacker=Uniforce
defender=ANYBODY
@THEN
GIVETECHNOLOGY
receiver=TRIGGERATTACKER
technology=60
@ENDIF
@ENDEVENTS
Even if there is an error in the event command, shouldn't the alleged debug window open and show me that the statement can't be processed? wtf?
I am running MGE 5.40f on Windows XP. Events seem to work when I play other scenarios.
Comment