Skip to content

Exit Script

Exit Script

Causes the current script to stop executing immediately. No further commands in the script are processed.

Examples

Exit the Current Script

This stops the current script from executing any further commands.

exit;
{"Data":{"Metadata":null},"TypeName":"MAR.Game.Shared.Models.Scripts.Commands.Flow.ExitScriptCommand"}