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

Zombies are spawned with unopened doors.

broken avatar :(
Created 7 years ago
by Conbini2017
0 Members and 1 Guest are viewing this topic.
1,005 views
broken avatar :(
×
broken avatar :(
Location: jp
Date Registered: 26 June 2016
Last active: 2 years ago
Posts
86
Respect
Forum Rank
Rotting Walker
Primary Group
Member
My Contact & Social Links
More
×
Conbini2017's Groups
Conbini2017's Contact & Social Linksdadakhrconbini2017

There is a zombie that spawns with a door that has not opened yet.
i want to be able to go from the two doors as shown in this figure
i do not understand whether I need a code order but I want you to help me.
Code Snippet
Plaintext
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" );
}
Last Edit: July 01, 2017, 11:13:52 am by Conbini2017

 
Loading ...