Thanks a lot for reporting, let me ping Duals!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: RootBound on Sat 16/03/2024 13:52:55I really ought to be coding the puzzles at this point, but here I am coding a custom SayAt extender function to keep each character's speech text within their respective viewports... because that's more novel for me.I know right! Important stuff![]()
Quote from: cat on Sun 10/03/2024 20:53:09I have the same issueYes, that always happens when you leave that room. 'w' key teleports you to a walkable area. Alternatively, when you use ctrl+x to teleport yourself, and 'House Afar' will land you on a walkable area from that position.Spoiler
I have a safe game before I walk up to the castle but everytime I leave the book room, I'm stuck on the stairs. What shall I do? I play the downloaded version.[close]
Quote from: glurex on Sat 09/03/2024 23:48:25Spoiler
that the title is 'Use it all,' but I don't remember using the harp at all![close]
function RoomChange(int roomnumber, int x, int y)
{
playerx = player.x;
playery = player.y;
player.ChangeRoom(roomnumber, x, y);
}
player.ChangeRoom(player.PreviousRoom, playerx, playery);
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.069 seconds with 16 queries.