
Posts
835
Respect
195Add +1
Forum Rank
The Decider
Primary Group
Mapper
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!
![]() | Has released one or more maps to the UGX-Mods community. |
#include common_scripts\utility;
#include maps\_utility;
#include maps\_zombiemode_utility;
#include maps\_anim;
main()
{
power_switch_trig = getEnt("turn_power_on", "targetname");
power_switch_trig disable_trigger();
power = getEnt("use_power_switch", "targetname");
power disable_trigger();
level.con = 0;
trigger_one = getent("power_notify", "targetname");
trigger_one sethintstring("Press and Hold &&1 to Turn on Power");
trigger_two = getent("con_fix1", "targetname");
trigger_two sethintstring("Press and Hold &&1 To Connect");
trigger_two setCursorHInt( "HINT_NOICON" );
trigger_three = getent("con_fix2", "targetname");
trigger_three sethintstring("Press and Hold &&1 To Connect");
trigger_three setCursorHInt( "HINT_NOICON" );
trigger_four = getent("con_fix3", "targetname");
trigger_four sethintstring("Press and Hold &&1 To Connect");
trigger_four setCursorHInt( "HINT_NOICON" );
trigger_two Hide();
trigger_two disable_trigger();
trigger_three Hide();
trigger_three disable_trigger();
trigger_four Hide();
trigger_four disable_trigger();
trigger_one waittill("trigger", player);
iprintln("Connection Disconected at three Locations");
trigger_two Show();
trigger_two enable_trigger();
trigger_three Show();
trigger_three enable_trigger();
trigger_four Show();
trigger_four enable_trigger();
trigger_one delete();
trigger_two waittill("trigger", player);
iprintln("Connection Fixed");
level.con += 1;
trigger_three waittill("trigger", player);
iprintln("Connection Fixed");
level.con += 1;
trigger_four waittill("trigger", player);
iprintln("Connection Fixed");
level.con += 1;
if( level.con == 3 )
{
iprintln("Connection Conected");
power enable_trigger();
power_switch_trig enable_trigger();
}
}
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() UGX V.I.P. | |
![]() | Has shown excellence and experience in the area of custom mapping in the UGX-Mods community. |
![]() | Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |