Difference between revisions of "GetIdleDoneOnce"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Maturin
 
imported>Haama
(Category links)
Line 8: Line 8:


[[Category: Functions]]
[[Category: Functions]]
[[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)]]

Revision as of 22:40, 6 July 2007

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.