
Posts
36
Respect
18Add +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!![]() | 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 |
zones = [];
zones[ zones.size ] = "start_zone";
zones[ zones.size ] = "other_start_zone";
zones[ zones.size ] = "another_start_zone";
level.DLC3.initialZones = zones;
Edit your mapname.gsc like this: Code SnippetPlaintextzones = [];
zones[ zones.size ] = "start_zone";
zones[ zones.size ] = "other_start_zone";
zones[ zones.size ] = "another_start_zone";
level.DLC3.initialZones = zones;