Home   Help Search Login Register  

Author Topic: Script AI to walk in reverse?  (Read 466 times)

0 Members and 2 Guests are viewing this topic.

FLBEE

  • Guest
Script AI to walk in reverse?
« on: 14 Apr 2004, 02:52:16 »
When playing a mission , I notice that my squad memebers will walk a few steps backwards if they get a little out of formation.


This is a action I want to recreate in a cutscene (but only a single guy walking backwards)


So, can anyone point me in the right direction to get the info on this subject? Or has anybody dealt with this before?

thanks for your time  :)

Offline SilentHunter

  • Members
  • *
  • frozen leg'o'lamb (every gamers most loved weapon)
Re:Script AI to walk in reverse?
« Reply #1 on: 14 Apr 2004, 10:19:58 »
Simple,

use this command

UNIT switchmove "combatrunb"

and just have it looping as many times as you want in a script

SILENTHUNTER
[size=4.5]NERDS HAVE FEELINGS TOO! [/size] [size=2.5]*adjusts glasses*[/size]

FLBEE

  • Guest
Re:Script AI to walk in reverse?
« Reply #2 on: 15 Apr 2004, 03:28:50 »
tHX!  ;D

I looked thru the actions types, but didn't think to look thru the switchmove playmove stuff.

thanks again
solved.