| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| Details | |
|---|---|
| Type | Decompiled script |
| Editor ID | CGHouseLightsScript
|
| Form ID | 0010A21E |
scn CGHouseLightsScript
short bLit ;1 = Light is on.
begin GameMode
if bLit
if GetCurrentTime < 20.5 && GetCurrentTime > 6.0
HouseLightsOff.Enable 0
HouseLightsOn.Disable 0
set bLit to 0
;showwarning \"Lights Off\"
endif
else
if GetCurrentTime > 20.5