Home   Help Search Login Register  

Author Topic: Scripting switchmove  (Read 474 times)

0 Members and 1 Guest are viewing this topic.

422 Stalker

  • Guest
Scripting switchmove
« on: 17 Feb 2003, 15:07:08 »
is it possible to make a switchmove in a script, say [player switchmove "effectstandsalute"], and make the saluting go on for 5 secs or something?

if so, could someone please show an example

player switchmove "effectstandsalute"
~2
how's that?

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Scripting switchmove
« Reply #1 on: 17 Feb 2003, 22:23:14 »
you should just need

unitname playmove "EffectStandSalute"
~5
unitname playmove "EffectStandSaluteEnd"

422 Stalker

  • Guest
Re:Scripting switchmove
« Reply #2 on: 18 Feb 2003, 10:45:42 »
thanks!