

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!check_for_change()
check_for_change()
{
while (1)
{
self waittill( "trigger", player );
if ( player GetStance() == "prone" )
{
level thread randomize_change_found();
player maps\_zombiemode_score::add_to_player_score( level.random_change_found );
play_sound_at_pos( "purchase", player.origin );
break;
}
}
}
randomize_change_found()
{
level.random_change_found = undefined;
random_change_amount = randomintrange(1,8);
switch(random_change_amount)
{
case 1:
level.random_change_found = 25;
break;
case 2:
level.random_change_found = 50;
break;
case 3:
level.random_change_found = 100;
break;
case 4:
level.random_change_found = 200;
break;
case 5:
level.random_change_found = 250;
break;
case 6:
level.random_change_found = 500;
break;
case 7:
level.random_change_found = 750;
break;
case 8:
level.random_change_found = 1000;
break;
}
}
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() UGX V.I.P. | |
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
![]() Oil Rig Beta Access |
harrybo21 perks completely screwed me over on this but luckily, I figured it out
What did you do??