(Official) LUA Scripting Documentation
set_zone_scripts
Set a zone’s scripts.
Spec:
set_zone_scripts(
string name,
string entry,
string exit)
Parameters
name
:entry
: The name of the script to execute when a player enters the zone’s regionexit
: The name of the script to execute when a player exits the zone’s region
Incomplete
This documentation is incomplete