Yes, icing is the best part of the cake really!
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: dbuske on Fri 03/06/2011 22:05:16
When learning it is possible to mess up anything, no matter how simple.
if (oFruit.Visible = true) Display("There is no need to climb the tree.");
function hFruitTree_Interact() {
if (oFruit.Visible == true) Display ("There is no need to climb the tree.");
else {
Display("There is no need to climb the tree. Besides, there isn't any more ripe fruit to pick anyway."); }
}
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.107 seconds with 14 queries.