SetForceSneak

From the Fallout3 GECK Wiki
Revision as of 14:08, 15 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax:[edit | edit source]

SetForceSneak iForceSneakFlag

Turns force sneak on or off.

Notes[edit | edit source]

  • This bug only seems to occur if the script is not attached to the actor that it is affecting:
    If SetForceSneak 1 is called too soon after SetForceSneak 0, the calling ref will appear to not be sneaking, although IsSneaking and GetForceSneak will still return the correct values. The opposite occurs if SetForceSneak 0 is called too soon after SetForceSneak 1.