MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
| 2 | xgoto [object] |
| 3 | |
| 4 | DESCRIPTION |
| 5 | Go inside <object>. Without an argument you will leave into your |
| 6 | workroom. If <object> is a living thing, goto it's environment |
| 7 | (never tested until now, when going to a living thing, inside |
| 8 | a living thing :) |
| 9 | |
| 10 | EXAMPLES |
| 11 | xgoto /room/shop |
| 12 | xgoto shop (both are the same, because if there is no shop in |
| 13 | the current directory, a "/room/" will be appended |
| 14 | to the argument) |
| 15 | xgoto public enemy (do this only when you are really bored) |
| 16 | |