Posts
42
Respect
14Add +1
Forum Rank
Legless Crawler
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!//Secret_Easter_Egg
secret_door()
{
door = getEnt("secret_door","targetname");
if(self.secret_trigger_num == 3)
{
door movez(-500, 25);
iprintlnbold ("You found them! Secret door unlocked!");
wait 8;
door delete();
}
}
hidden_secret()
{
count = 0;
trig1 = getEnt("secret_trigger","targetname");
trig2 = getEnt("secret_trigger1","targetname");
trig3 = getEnt("secret_trigger2","targetname");
self thread tmdewait( trig1 );
self thread tmdewait( trig2 );
self thread tmdewait( trig3 );
while(1)
{
wait 1;
self waittill( "got_easter" );
count = count+1;
if ( count == 3 )
{
thread secret_door();
}
}
}
tmdewait( trig )
{
trig waittill("trigger", player );
trig delete();
iprintlnbold ("You found one!");
self notify( "got_easter" );
}thread secret_door();![]() | Has released one or more maps to the UGX-Mods community. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |


![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
i think your also gonna need to activate that zone behind the door, and connect the paths?
You want me to write something up?
