ScriptingCommandsScripting logic(3) _ENDOn this page(3) _ENDSynonyms_NOPEffectEnds the script.Syntax_END()Example_LDVAL(@LOCALWORK1, 1)_END()_SE_PLAY('S_PINPON')The above script will set the work variable @LOCALWORK1 to 1, then end script execution. The 'S_PINPON' sound effect will not play.