When I open the debris between outside building, and second outside beach, the ak forest zone activates, resulting in derping zombies spawning there? This also happens when opening through ak forest, outside building activates. How should I re do this zone script to fix it? The first outside beach opens to ak forest and outside building, which both open into second outside beach, for reference.
Wouldn't that mean that one wont activate the second outside beach when opened? What flag should I change it to?
To further illustrate what blunt has said for a better understanding of zoning:
The red lines indicate when you activate the door, it sets the flag and according to your add adjacent lines, will make these zones adjacent, activating them as well. So the script determines what to activate when the flag is set, and the trigger says which flag to set when activated....
Which means the script_flag on the trigger will change and the flag on the add_adjacent_zone will change to match So you can follow this example backwards and see that:
I think a lot of people make zoning way to complicated. Basicly every door connects two zone's ( some very rare exceptions maybe ). It doesn't matter if you map is linear, a cirle, or a triangle shape or whatever, a single door Always conects two zone's..
Triggers on both side's of a door can have the same flag, because:
I think a lot of people make zoning way to complicated. Basicly every door connects two zone's ( some very rare exceptions maybe ). It doesn't matter if you map is linear, a cirle, or a triangle shape or whatever, a single door Always conects two zone's..
Triggers on both side's of a door can have the same flag, because:
And every flag in your script needs to be unique ( very rare exceptions maybe ).
That's all there is to it
I agree with people make zoning too complicated, even though I too had trouble understanding in the beginning, but not with the single door Always connects two zones part. I use one door or one script_flag to connect many zones, often. I use it to split large areas into smaller zones. So all zones will be activated by the same flag but the adjacent zone will be different for each. This condenses the spawning of course. I use it to separate areas too, where you can teleport to, where I should use one way zoning, but don't, lol. And I always have the same kvps on both sides of a door, between two zones, unless I make it a one way path.