Day / Night Model Question.

Status
Not open for further replies.
Level 18
Joined
Aug 3, 2008
Messages
1,935
For the trigger script : Daynightmodel, which makes all lighting vanish , i just need to know how to...

1) turn it on and off

can someone help me ? i was going to put this in trigger section but i figured more people would help me out here then over there. so it would be appriciated to not move this thread ( even though we dont have any mods on terrain forum xP )
 
I haven't done triggers in ages, but it should be something like:

You need to make destruct with this model. I do know that by using Jass you can kill doodads too, but I have no idea how they do it.

#1 Event: time = 21:00 (let's assume it's night)

Ressurect the model.

#2 Event: time = 06:00 (sunrise)

Kill the model

Triggers should loop by themselves
 
well i meant the actual script

"" setdaynightmodel "" is a custom script that disables the colors of models when not next to a light source. Making it black.

i want to know how to turn it off. What is the script for turning it off and on again.

EX : ""SetDayNightModellOFF""
 
Status
Not open for further replies.
Back
Top