so you want to use 2 scripts/zones on the same spot..
the quest needs to be in the first script. the reward in the second.
What i would do..
Give the first script a variable... like.. g_quest_done = 0
Whenever you leave the spot, make this variable g_quest_done = 1 and delete the first script(zone).
The second script will only get active when the variable g_quest_done = 1.
So built in a check for the second script.. quit script if the variable = 0, follow up if the variable = 1.
Hope you get my drift.
-+- There are only 10 types of people in the world. Those who understand binary, and those who don't -+-
-+-------------------[Chipset:Z390 CPU:i9.9900K GPU:R9 Fury RAM:32GB DDR4 WIN:10.x64 PRO]--------------------+-