| For what it's worth, the code you have written here for teleporting back to Hommlet with the console is not quite consistent with my info. (Note, I've never actually used this code.) The list of commands I have requires three 0's inside the parentheses. That is,
game.fade_and_teleport(0,0,0,5007,487,488)
Not,
game.fade_and_teleport(0,0,5007,487,488) |