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!music_door()
{
flag_wait("SCRIPT_FLAG_OF_DOOR");
players = get_players();
(i=0;i<players.size;i++)
players[i] playsound("mx_eggs"); //or another sound alias replacing "mx_eggs"
}
thread music_door()
self thread text_on_hit();
self thread zombie_think();
self thread zombie_gib_on_damage();
self thread zombie_damage_failsafe();
self thread zombie_think();
self thread zombie_gib_on_damage();
self thread zombie_damage_failsafe();
self thread text_on_hit();
text_on_hit()
{
while( 1 )
{
self waittill( "damage");
iprintln("YOUR TEXT HERE");
}
}