This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
set_zone_script [2024/10/11 09:30] – justin | set_zone_script [2024/10/11 09:35] (current) – justin | ||
---|---|---|---|
Line 1: | Line 1: | ||
======Set Zone Script====== | ======Set Zone Script====== | ||
---- | ---- | ||
- | (WIP) | + | Sets the [[script]] of the specified zone. An empty [[string]] value (i.e. two double quotes: "" |
====Signature: | ====Signature: | ||
Line 9: | Line 9: | ||
^Argument^Description^Type^Required^ | ^Argument^Description^Type^Required^ | ||
- | |zone_name| |[[String]]|Yes| | + | |zone_name|Zone to update the [[script]] for.|[[String]]|Yes| |
- | |script_name| |[[String]]|Yes| | + | |script_name|Name of the new [[script]].|[[String]]|Yes| |
|script_trigger|When to trigger the [[script]]. Possible values are CHARACTER_ENTER, | |script_trigger|When to trigger the [[script]]. Possible values are CHARACTER_ENTER, | ||