Posts
86
Respect
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!
function usermap_test_zone_init()
{
zm_zonemgr::add_adjacent_zone( "start_zone", "test_zone1", "enter_test_zone1" );
zm_zonemgr::add_adjacent_zone( "test_zone5", "start_zone", "enter_start_zone" );
zm_zonemgr::add_adjacent_zone( "test_zone1", "test_zone2", "enter_test_zone2" );
zm_zonemgr::add_adjacent_zone( "test_zone2", "test_zone3", "enter_test_zone3" );
zm_zonemgr::add_adjacent_zone( "test_zone3", "test_zone4", "enter_test_zone4" );
zm_zonemgr::add_adjacent_zone( "test_zone4", "test_zone5", "enter_test_zone5" );
level flag::init( "always_on" );
level flag::set( "always_on" );
}