I'm feeling pretty embarassed at asking this, but I have noticed I'm really, really rusty when it comes to scenario design. I haven't done much in the past two or three years, and much has escaped me.
Anyhow, I wanted to give it a shot again, and after requiring about 20 minutes to figure out how to set dates right (!), I have encountered a new problem, this time with the events. Please refresh me, people, but what is wrong with this script that it won't do what it's supposed to do:
@BEGINEVENTS
@IF
ReceivedTechnology
receiver=Shuar
technology=48
@THEN
CREATEUNIT
unit=Tsantsa
owner=Shuar
veteran=false
homecity=Newcastle
locations
89,59
endlocations
@ENDIF
@ENDEVENTS
Anyhow, I wanted to give it a shot again, and after requiring about 20 minutes to figure out how to set dates right (!), I have encountered a new problem, this time with the events. Please refresh me, people, but what is wrong with this script that it won't do what it's supposed to do:
@BEGINEVENTS
@IF
ReceivedTechnology
receiver=Shuar
technology=48
@THEN
CREATEUNIT
unit=Tsantsa
owner=Shuar
veteran=false
homecity=Newcastle
locations
89,59
endlocations
@ENDIF
@ENDEVENTS
Comment