Back to the Vavoom Forum Archives
Karnizero
Firebrand
Karnizero
Karnizero
script 1 OPEN
{
Delay (35*10); //Waiting 10 seconds
Thing_Activate (1); //Activating the ligth
}
In this case, the light keeps turned on always. It seems like the "Dormant" flag does not works.
3.- I unchecked the "Dormant" flag from the Flickering Light, and modified that script:
script 1 OPEN
{
Thing_Deactivate (1); //Turning off the light
}
But the light didnt turned off.
The first way (using the Dormant flag) is the way i used at GzDoom. I am missing something, or i must proceed in a different way at Vavoom?
Thanks.Firebrand
Firebrand
Firebrand