Skip to content
MicroBlaster edited this page Nov 11, 2019 · 2 revisions

Purpose: Terminates an active script.

Syntax: stop {scriptName}

{scriptName}: The file name of the active script to terminate (not case sensitive).

Notes: This command will terminate the first script currently being executed by TWX Proxy with a name that matches the one specified. The specified script name does not require the extension (.ts or .cts) of the target script, nor its file path.

Example:

# load then terminate keepalive script (completely useless)
load 1_keepalive
stop 1_keepalive

Clone this wiki locally