Skip to content

reqVersion

MicroBlaster edited this page Jul 9, 2020 · 1 revision

Purpose: Will halt the script if your TWXP version is too old.

Syntax: reqVersion [Version]

version: The minimum version required by your script.

Notes: This command prevent a script from running when required features are not implemented. I recommend using this command in all new scripts to prevent unexpected results from older version of TWXP.

Example:

reqVersion 2.06.06

Clone this wiki locally