Skip to main content

StopCurrentScriptCollection

This function was added in DSL 7

Description

Stops the current script collection.

Similar to TerminateCurrentScript, this will not instantly take control from your script.

The most common use for this function is to mark the script collection as INACTIVE, which does not happen automatically when your scripts die.

function StopCurrentScriptCollection() --[[ ... ]] end

Parameters

None.

Return Values

None.

Example

StopCurrentScriptCollection()

See Also