IF
TimeGT(6)
Global("WaterGardens1","ARBGX2",0)
THEN
RESPONSE #100
SetGlobal("WaterGardens1","ARBGX2",1)
StartMovie("NIGHTDAY")
END
IF
TimeLT(18)
Global("WaterGardens1","ARBGX2",1)
THEN
RESPONSE #100
SetGlobal("WaterGardens1","ARBGX2",0)
StartMovie("DAYNIGHT")
END
My fear is that the global setting will mess things up. Anyone have a better way of doing this? Also, is there a place where I can view all the movies? The ones I am using now are from the Trademeet.






