Is there a way to use a variable to determine what action is used, instead of having to use many different scripts? I tried this,
action1 = ap addaction ["Do this", appicked="do this", "script.sqs"]
The idea being I could tell what action the player picked (and to script accordingly). It didn't work though. The only alternative I can think of is to create many little scripts, and I'd rather have one big one.
Thanks in advance.