


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!![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() Nuclear | DARKLEGION's requested title |
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
Check to see in radiant if your first/start/initial zone (the zone around the sniperbolt room where your spawn points are) is "initial_zone" or "start_zone" between the tutorials and script placers there seems to be some difference. Then check your gsc for the same entry. Post you don't get if fixed and I'll find a way to upload a blank map with zones (multiple) and risers with a copy and paste gsc entry for you. Side question: have you had zones and risers working before in this map, or any map with your current radiant install?
add_adjacent_zone( "initial_zone", "zone1", "enter_zone1" );
add_adjacent_zone( "zone1", "zone2", "enter_zone2" );
add_adjacent_zone( "start_zone", "zone1", "enter_zone1" );
add_adjacent_zone( "zone1", "zone2", "enter_zone2" );
Post you don't get if fixed and I'll find a way to upload a blank map with zones (multiple) and risers with a copy and paste gsc entry for you.
Side question: have you had zones and risers working before in this map, or any map with your current radiant install?