


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!main()
{
if( IsDefined( self.is_zombie ) && self.is_zombie && self.has_legs == true && self.type != "dog" )
{
jump_hedge_zombie();
}
else if( IsDefined( self.is_zombie ) && self.is_zombie && self.has_legs == false )
{
jump_hedge_crawler();
}
else if( self.type == "dog" )
{
dog_jump_up(96, 7);
}
}
jump_hedge_zombie()
{
traverseData = [];
traverseData[ "traverseAnim" ] = %ai_zombie_traverse_hedge_jump;
DoTraverse( traverseData );
}
jump_hedge_crawler()
{
traverseData = [];
traverseData[ "traverseAnim" ] = %ai_zombie_traverse_hedge_jump;
DoTraverse( traverseData );
}



![]() | 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. |
![]() Oil Rig Beta Access |
![]() | 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. |
![]() Oil Rig Beta Access |
Did u use notetracks or isn't that necessary?