That looks correct, but isn't zone 7 also a start zone? will enter_start_zone work with a door that opens on power?
Edit: You're connecting start_zone to zone_7, then later connecting zone_7 to start_zone. Don't think you need both?
I probally explained this all wrong basicly how would i go about making zones for Verruckt i tried looking at Verruckts scripts but there seems to be no zoning system in Verruckt anyways heres abit more infomation
RED - Out of bounds WHITE - Lower Level WHITE-CROSS - Door / Debris
If your looking to do something else, then ignore this.
Currently you are activating zone 1, zone 7 and start_zone (which is already activated of course) at the same time with one door, which doesn't seem right to me based on your layout, unless I am missunderstanding. Same goes with a few others, and you have many being told to be adjacent more than once by multiple flags.
So any trigger between the two zones that are adjacent would have the same script_flag kvp as seen above. If your map is linear anyway. If not, please correct me. (if say zone 5 can go to zone 7, then that needs added)
Last Edit: February 01, 2016, 03:34:31 pm by MakeCents
If your looking to do something else, then ignore this.
Currently you are activating zone 1, zone 7 and start_zone (which is already activated of course) at the same time with one door, which doesn't seem right to me based on your layout, unless I am missunderstanding. Same goes with a few others, and you have many being told to be adjacent more than once by multiple flags.
So any trigger between the two zones that are adjacent would have the same script_flag kvp as seen above. If your map is linear anyway. If not, please correct me. (if say zone 5 can go to zone 7, then that needs added)
What im wanting is just simple zones that will allow the player to go which ever way they want around the map (BTW this is my Verruckt remake if you didnt notice so the whole map is a giant circle)
after speaking whith HitmanVere in UGX chat he said to do something like this
Edit: You can use the same flag for both directions between zones. That's why it was too much. You don't need 5 to 6 and 6 to 5 and have separate script_flags. Although I don't see why it wouldn't work, just much more work and chance for errors.
Each door would have the same trigger on both sides. Just copy it and put it on the other side of door, no need for different script_flags. Unless you make it a one way zone, its added to each adjacent array. That tut with a vid link should help explain it better if you haven't watched it yet.
Last Edit: February 01, 2016, 03:57:38 pm by MakeCents