Home   Help Search Login Register  

Author Topic: hand behind head  (Read 734 times)

0 Members and 1 Guest are viewing this topic.

AE7THSF

  • Guest
hand behind head
« on: 11 Nov 2002, 10:42:29 »
is there a script 4 that ty if u can help ;D

david-p

  • Guest
Re:hand behind head
« Reply #1 on: 11 Nov 2002, 14:26:07 »
this is covered in a topic below... :-\ this was Bremmer's solution

;activate with [unitname] exec "surrender5.sqs"
_unit = _this select 0
_unit switchmove "FXStandSurUniv"
;this stops multiple scripts running concurrently
~(random 1)
#loop
;adjust the delay to eliminate lag
_unit switchmove "FXStandSurUniv"
~0.3
? not alive _unit : _unit switchmove "FXStandSurDead"; exit
goto "loop"
« Last Edit: 11 Nov 2002, 14:27:13 by david-p »

AE7THSF

  • Guest
Re:hand behind head
« Reply #2 on: 13 Nov 2002, 10:29:28 »
yea well im a noob  ;D