Posts
43
Respect
15Add +1
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!zone 1 i have
target
start_zone_spawners
targetname
start_zone
the zombie is targetname start_zone_spawners
2
target
zone_1_spawners
targetname
zone_1
the zombie is targetname zone_1_spawners
3
target
zone_2_spawners
targetname zone_2
the Zombie is targetname zone_2_spawners







![]() | 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 |
add_adjacent_zone( "initial_zone", "zone1", "enter_zone1" );
add_adjacent_zone( "zone1", "zone2", "enter_zone2" );
add_adjacent_zone( "start_zone", "zone_1", "enter_zone_1" );
add_adjacent_zone( "zone_1", "zone_2", "enter_zone_2" );
add_adjacent_zone( FIRST ZONE, SECOND ZONE, SCRIPT FLAG );
so do it like this
add_adjacent_zone( "start_zone_spawners", "zone_1_spawners", "enter_zone_1_spawners" );
add_adjacent_zone( "zone_1_spawners", "zone_2_spawners", "enter_zone_2_spawners" );// Outside East Door
//add_adjacent_zone( "start_zone_spawners", "zone_1_spawners", "enter_zone_1_spawners" );
//add_adjacent_zone( "zone_1_spawners", "zone_2_spawners", "enter_zone_2_spawners" );
//add_adjacent_zone( "zone_2_spawners", "zone_2_spawners", "enter_zone_2_spawners" );![]() | 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 |