Difference between revisions of "Complete Example Scripts"
Jump to navigation
Jump to search
m
→Enable/Disable an object on a schedule: Oops. Had renamed function and missed an instance
imported>JustinOther (Added potentially useful script from forum topic.) |
imported>JustinOther m (→Enable/Disable an object on a schedule: Oops. Had renamed function and missed an instance) |
||
Line 737: | Line 737: | ||
Event OnUpdate() | Event OnUpdate() | ||
ToggleEnableStateIfApplicable() | |||
RegisterForSingleUpdate(fUpdateInterval) | RegisterForSingleUpdate(fUpdateInterval) | ||
EndEvent | EndEvent |