Hi all,
I've searched around for this, and I can't see whats wrong.
I've got a simple script that activates when the player enters a trigger.
arty1 = aP addaction ["Call artillery strike","trig.sqs"]
aP being the player, trig being the script name and arty1 being the name I want the action to have (so I can remove it later)
But I get an error that says
arty1 |#| = aP addaction ["Call artillery strike","trig.sqs"]: Error reserved variable in expression
I can't work out whats wrong with this. It doesn't work in a trigger or a script.
Can anyone tell me whats wrong?
Thanks.