SetIdleMarkerTraitNumeric

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin version 4.30.

Description

Sets specified numeric trait of an Idle Marker. Trait IDs are as follows:
1 - Flags (bitmask)
2 - Idle Timer
Flags bitmask can include the following bits:
bit 0 - Run in Sequence (1)
bit 2 - Do Once (4)

Syntax

[help]
SetIdleMarkerTraitNumeric idleMarker:baseform traitID:int newValue:float

Example

SetIdleMarkerTraitNumeric DefaultBrahminIdleMarker 2 50 

Notes

See Also