on_immortal_goto_enter

Response Typescript
EntitiesMobiles, Objects
Parameters-

    This trigger will fire when a mobile uses the goto command. The
trigger fires just after the mobile is moved to their target
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 entry.

Example:

%act( "A giant rock hand crashes through the ground from "
\ "which $n steps into the room before the hand "
\ "retreats back into the depths of the earth.",
\ 0, @actor, null, @viewer, victimOnly )

return 1