Spoiler
If you have all the keys go to room passed library as if going to the attic.. it should auto-walk to keyholes if you have all keys..
[close]
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: Alla on Fri 15/04/2011 20:30:49
I cannot fing blue key..looked everywhere..heeelp !
function imoss_UseInv()
{
if (player.ActiveInventory==idust && (player.Room==7))
{
cwizard2.IgnoreWalkbehinds=true;
Display("You mix the dust with the moss.");
Display("Suddenly you beging to rise!");
cwizard2.ChangeView(21);
cwizard2.Walk(165,118, eBlock, eAnywhere);
cwizard2.IgnoreWalkbehinds=false;
cwizard2.Walk(165,180, eBlock, eAnywhere);
cwizard2.ChangeView(2);
}
}
Quote from: anian on Mon 04/04/2011 10:15:32
...how about getting that friend to draw you background for the game...
Quote from: beenf on Sun 03/04/2011 14:15:04
Couldyouplease explain more how to add interactions ?
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.026 seconds with 14 queries.