TheUnforgiven
Feb 5 2004, 03:00 AM
I'm trying to make a script(Major emphesis on Trying), and I'm trying to make an object appear for a few hours every day In Game,
Can someone tell me how to do this?
Marxist ßastard
Feb 5 2004, 03:04 AM
Begin enablex-y
If ( GameHour > x )
If ( GameHour < y )
Enable
Return
Endif
Endif
Disable
End
...Where x is the hour to begin displaying the object and y is the hour to disable it.