Difference between revisions of "SetRestrained"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Haama
m (Removing space to prevent sorting bug)
imported>Henning
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
   SetRestrained 1  
   SetRestrained 1  


Set the actor to a restrained state (or clear the state). Restrained actors will not move from their current position, but will continue to "think" (pick packages, run detection so they could yell alarms) and go into dialogue.  
Set the actor to a restrained state (or clear the state). Restrained actors will not move from their current position, or enter combat, but will continue to "think" (pick packages, run detection so they could yell alarms) and go into dialogue.  




Line 11: Line 11:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:AI Functions]]
[[Category:AI Functions]]
[[Category:AI Functions (GECK 1.1)]]

Latest revision as of 12:56, 21 August 2011

Syntax:

 SetRestrained flag 

Example:

 SetRestrained 1 

Set the actor to a restrained state (or clear the state). Restrained actors will not move from their current position, or enter combat, but will continue to "think" (pick packages, run detection so they could yell alarms) and go into dialogue.


See Also[edit | edit source]

SetUnconscious