on_immortal_qsave

Response Typescript
EntitiesObjects
Parameters-

    This trigger will fire when a player uses the qsave command. It allows
an immortal to override the default message when the player leaves the
game by attaching this trigger to an item they wear.

@actor - The player leaving the game.

Example:

%act( "A giant rock hand crashes through the ground and "
\ "pulls $n below.",
\ 0, @actor, null, null, skipActor )

return 1