Posts
18
Respect
Forum Rank
Legless Crawler
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!//Setup the levels Zombie Zone Volumes
level.zones = [];
level.zone_manager_init_func =&usermap_test_zone_init;
init_zones[0] = "start_zone";
init_zones[1] = "parkinglot2";
function usermap_test_zone_init()
{
zm_zonemgr::add_adjacent_zone( "start_zone", "parkinglot2", "enter_parkinglot2" );
level flag::init( "always_on" );
level flag::set( "always_on" );
}