It appears to be working...
Can I ask you an off topic question... oh well, Im asking anyway...
I have managed to set up a script based on the one you gave me earlier to rob a bank... this is what I have got so far:
_man = _this select 1
["show",_man] exec "LCD_Swiss_Bank.sqs"
["add_remove",_man,20000] exec "LCD_Swiss_Bank.sqs"
_mancash = _mancash - 8000
hintc "The bank has been robbed"
~5
["show",_man] exec "LCD_Swiss_Bank.sqs"
exit
Now how do I make the alarm noise go off for about half a minute, and de-activate the option to rob the bank during that time. To activate the option I have put this in the init if it helps...
this addaction ["Rob the Bank","Robbank1.sqs"]
In other words a plyer could keep robbing the bank really quickly, rather than the option dissapearing for a while so they cannot cheat.
Probably don't understand what Im meaning but nevermind...
Cheers,
Waterman.