Reply to Re: Potions in dreams?
If you don't have an account, just leave the password field blank.
May 30th, 12:40 PM

Kickling
Super. All fixed (for Beach inn) by editing s3-inn.c file. Thanks mate.
Line 70 changed to : move_stop(1, 4, 325, 1); // to get walking line to go over red potion
Line 75 changed to : dink_can_walk_off_screen(0); // to allow movement into next screens
Line 92 added : unfreeze(1); // to unfreeze his control after walking into the middle of the hotel room
Didn't figure out how to fix the blackout (missing fade up somewhere) if you don't dream at all...
Line 70 changed to : move_stop(1, 4, 325, 1); // to get walking line to go over red potion
Line 75 changed to : dink_can_walk_off_screen(0); // to allow movement into next screens
Line 92 added : unfreeze(1); // to unfreeze his control after walking into the middle of the hotel room
Didn't figure out how to fix the blackout (missing fade up somewhere) if you don't dream at all...





