UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

can someone help me with zones?

broken avatar :(
Created 13 years ago
by Deleted User
0 Members and 1 Guest are viewing this topic.
1,385 views
broken avatar :(
  • DeletedUser
  • Deleted Member
×
broken avatar :(
DeletedUser
This user is deleted :(
i have try everything but the zones don't work can someone help me?
broken avatar :(
×
broken avatar :(
Location: usThe North Pole
Date Registered: 12 September 2013
Last active: 12 years ago
Posts
123
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Member
My Contact & Social Links
More
Personal Quote
I have come from the future
Signature
NaviLlicious
×
NaviLlusShore's Groups
NaviLlusShore's Contact & Social LinksTheHubbyNaviLlusShore
right click on 2d menu and go to info then zone on the zone hit N then type "targetname,zonename" and "target,zonename_spawner" on the zombies put "targetname,zonename_spawner" and you need to make the zone in your mapname.gsc if your using a random name or more then 3 zones so go to your mapname.gsc and find
Code Snippet
Plaintext
dlc3_zone_init()
and below it you should see add_adjacent_zone so say your zone name is cookies for example you would put this in under the last add_adjacent_zone
Code Snippet
Plaintext
	add_adjacent_zone( "zone3", "cookies", "enter_cookies" );
and if they arent working as you enter a new room then you have to setup the trigger that opens the door to activate the zone so on your trigger you put "script_flag,enter_cookies_spawner"

 
Loading ...