Home   Help Search Login Register  

Author Topic: Action Menu based scripts  (Read 643 times)

0 Members and 1 Guest are viewing this topic.

Tipigi

  • Guest
Action Menu based scripts
« on: 22 Dec 2002, 16:56:09 »
Can scripts be added to the Action Menu?  For example, along with the "Hide Body" action you might also have "Booby Trap Body".  Can new actions be made and placed in the Action Menu?  (I'm not looking for a booby trap body script, I'm just curious as to how and if scripts can be added to the action menu)

The_Milky_Bar_Kid

  • Guest
Re:Action Menu based scripts
« Reply #1 on: 22 Dec 2002, 23:22:31 »
They sure can, just use the following command in:

this addaction ["What will be seen in action menu","YOURSCRIPT.sqs"]

e.g:
this addaction ["Hello","Hello.sqs"]

Hope that helps.

Tipigi

  • Guest
Re:Action Menu based scripts
« Reply #2 on: 23 Dec 2002, 02:03:56 »
Great, thanks a lot.