Difference between revisions of "GetIdleDoneOnce"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Maturin
 
imported>Vswe
m (Added Search Terms)
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:


[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: Condition Functions]]
[[Category: Condition Functions (CS 1.0)]]
[[Category: Miscellaneous Functions]]
[[Category: Miscellaneous Functions]]
[[Category: Condition Functions]]
[[Category: Miscellaneous Functions (CS 1.0)]]
 
<!-- Begin Search Terms
Get
Idle
Done
Once
End Search Terms -->

Latest revision as of 08:52, 20 June 2008

Syntax:

GetIdleDoneOnce

Used in the idle manager in order to mark a particular idle to play only once during a particular situation.

For example if you put a salute idle in the dialogue idles that happen when two NPC's are talking to each other and put the GetIdleDoneOnce == 1 on it then they will just pick it once and use idles below it throughout the rest of the conversation.