
Posts
360
Respect
62Add +1
Forum Rank
Perk Hacker
Primary Group
Donator ♥
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!![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
buy_now(){
trig = getent("spawn_carpenter","targetname");
//trig SetHintString( "Power must be turned on" );
trig SetHintString( "Press and Hold &&1 to buy a Carpenter" );
trig SetCursorHint( "HINT_NOICON" );
trig UseTriggerRequireLookAt();
//flag_wait("electricity_on");
//trig SetHintString( "Press and Hold &&1 to buy a Carpenter" );
for( ;; )
{
trig waittill( "trigger", player );
cost = 5000;
if (player maps\_laststand::player_is_in_laststand() )
{
continue;
}
if(player in_revive_trigger())
{
continue;
}
if( player isThrowingGrenade() )
{
wait( 0.1 );
continue;
}
if( player isSwitchingWeapons() )
{
wait(0.1);
continue;
}
if ( player.score < cost )
{
//player iprintln( "Not enough points to buy Perk: " + perk );
self playsound("deny");
player thread maps\_zombiemode_perks::play_no_money_perk_dialog();
continue;
}
player maps\_zombiemode_score::minus_to_player_score( cost );
level thread maps\_zombiemode_powerups::start_carpenter(player.origin);
}
}/*--------------------
ZOMBIE MODE
----------------------*/
[[level.DLC3.weapons]]();
[[level.DLC3.powerUps]]();
maps\_zombiemode::main();
thread buy_now();![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |

![]() | |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | 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 |
next time ask the person who scripted it if you can release it, because people ( not me ) will get mad because they did all the work. But unlike those people i never require consent for helping people
Why would it matter? The thread where this originated from is open to the public ._.
