oylmeo
Posts
94
Respect
20Add +1
Forum Rank
Rotting Walker
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!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");
}
}