Difference between revisions of "Complete Example Scripts"
Jump to navigation
Jump to search
m
→Enable/Disable an object on a schedule: Commentary edit
imported>JustinOther m (→Enable/Disable an object on a schedule: Typo) |
imported>JustinOther m (→Enable/Disable an object on a schedule: Commentary edit) |
||
Line 712: | Line 712: | ||
Actor Property PlayerREF Auto ; <-- Imperative for expedience | Actor Property PlayerREF Auto ; <-- Imperative for expedience | ||
Bool Property bEnableStuff Auto ; Leave as default or 'False' | Bool Property bEnableStuff Auto ; Leave as default or 'False' | ||
Float Property fHourToDisable Auto ; Desired enable time | Float Property fHourToDisable Auto ; Desired enable time/18.0 for example's sake | ||
Float Property fHourToEnable Auto ; Desired enable time | Float Property fHourToEnable Auto ; Desired enable time/6.0 for example's sake | ||
Float Property fUpdateInterval Auto ; 15.0 works well | Float Property fUpdateInterval Auto ; 15.0 works well | ||
GlobalVariable Property GameHour Auto ; Pointed to engine maintained, special GlobalVariable | GlobalVariable Property GameHour Auto ; Pointed to engine maintained, special GlobalVariable |