sorry dad..

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 Menu function oFridgeOpen_Interact()
{
if (player.HasInventory(iCheese)){
Display("You already taken some cheese out of the fridge");
}
else
{
player.AddInventory(iCheese);
Display("You take some cheese out of the fridge");
GiveScore(5);
}
}
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.246 seconds with 18 queries.