> cat /wizhelp/return

========================================================================
                        Return Command
========================================================================

Return to your previous location (Level 2+).

USAGE:
  return - Go back to last 'goto' location

HOW IT WORKS:
  - Tracks your last 'goto' destination
  - Swaps current and previous locations
  - Uses your teleport messages
  - Updates tracking for next return

EXAMPLE FLOW:
  You are at: entrance
  goto arena        (now at arena, saved entrance)
  return           (back to entrance, saved arena)
  return           (back to arena, saved entrance)

ONLY TRACKS:
  - goto <room>
  - goto <player>
  - NOT regular movement
  - NOT trans or home

TIPS:
  - Quick back-and-forth travel
  - Check on players and return
  - Inspect rooms without losing place
  - Chain multiple goto/return pairs

NO RETURN IF:
  - Haven't used goto yet
  - Target room destroyed
  - Access restricted

========================================================================    

> _