Home   Help Search Login Register  

Author Topic: stand still  (Read 849 times)

0 Members and 1 Guest are viewing this topic.

Offline royalman51

  • Members
  • *
  • Hi There
stand still
« on: 26 Jun 2005, 10:19:08 »
Who can i make a unit not to go prone, when a shot is fired?

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:stand still
« Reply #1 on: 26 Jun 2005, 10:25:21 »
Code: [Select]
unit_name setbehaviour "careless"
or

Code: [Select]
unit_name setunitpos "up"

CopyrightPhilly

  • Guest
Re:stand still
« Reply #2 on: 26 Jun 2005, 10:25:29 »
in the units init put
this setUnitPos "up"; this disableAI "Move"




i'v got to start and wait 10 mins to see if bedges posts first...
« Last Edit: 26 Jun 2005, 10:26:18 by CopyrightPhilly »

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:stand still
« Reply #3 on: 26 Jun 2005, 10:34:36 »
more like 10 seconds ;)