ScriptingCommandsScripting logic(3) _ENDOn this page(3) _END Synonyms _NOP _SP_EVENT_DATA_END _SCENE_CHANGE_END Effect Ends 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.