Difference between revisions of "Complete Example Scripts"
Jump to navigation
Jump to search
m
→Enable/Disable an object on a schedule
imported>JustinOther m (→Enable/Disable an object on a schedule: L_LOS) |
imported>JustinOther |
||
Line 713: | Line 713: | ||
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/18.0 for example's sake | Float Property fHourToDisable Auto ; Desired enable time/18.0 for example's sake | ||
Float Property fHourToEnable Auto ; | Float Property fHourToEnable Auto ; Desired enable time/6.0 for example's sake | ||
Float Property fUpdateInterval Auto ; 15.0 works well and isn't too frantic. | Float Property fUpdateInterval Auto ; 15.0 works well and isn't too frantic. | ||
GlobalVariable Property GameHour Auto ; Pointed to engine maintained, special GlobalVariable | GlobalVariable Property GameHour Auto ; Pointed to engine maintained, special GlobalVariable |