player.Walk(mouse.x + Game.Camera.X, mouse.y + Game.Camera.Y);
function on_mouse_click(MouseButton button) {
if (IsGamePaused() == 1) {
return;
}
if (button == eMouseRight) {
player.Walk(mouse.x, mouse.y);
} else if (button == eMouseLeft) {
Room.ProcessClick(mouse.x, mouse.y, mouse.Mode);
}
}
Quote from: heltenjon on Sat 26/07/2025 22:24:55I also solved a puzzle in a totally unexpected way. (The old lady in the queue.)Spoiler
My son called for me and I left the game to make him a sandwich, and when I came back, it was suddenly my turn in line.[close]
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.064 seconds with 10 queries.