moo.sdk.escape.guaranteed_moveto

moo.sdk.escape.guaranteed_moveto(obj, dest)

Move obj to dest, bypassing the destination’s accept/locks.

The un-trappable panic move (used by home): even a misconfigured or hostile destination cannot refuse it. enterfunc/exitfunc still run.

Parameters:
  • obj – the Object to move (typically a player)

  • dest – the destination Object

Returns:

the moved Object