HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Night of the living dead type triggers?

11-11-2002, 02:43 AM#1
Guest
Ok... here is what i want to know how to make a trigger that would say every night at nightfall and end at day break can someone tell me how to do this?
11-11-2002, 03:06 AM#2
Targash
Check the events list.
There is an event that does that. Checks the In game Time.
Or in custom
Code:
call TriggerRegisterGameStateEventTimeOfDay( gg_trg_Time, EQUAL, 18.15 )