on_immortal_goto_exit

Response Typescript
EntitiesMobiles, Objects
Parameters-

    This trigger will fire when a mobile uses the goto command. The
trigger fires just before the mobile is moved from their current
room. This allows builders and immortals to customize the default
message output when a mobile jumps to another location via the
goto command. The script must return 1 to indicate that the
trigger handled the event; otherwise the default message will
be used.

@actor - The mobile using the goto command.

@viewer - The mobile viewing the exit.

Example:

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

return 1