47cb11c8-99e8-4996-808b-3fec377b023e 1.0 2015 It's a big, green, seedless watermelon! Eat up! It's heavy, but you take it. Now eat it! msg ("You annihilate that watermelon like Gallagher at a comedy show. Watermelon eaten!") RemoveObject (Watermelon) You're Magoo. A simple being trapped in a test game. if (game.pov = Xanadu) { msg ("Holy moly! That looks exactly like you! To take control of Magoo, just type 'switch to Magoo'.") } else { msg ("You are a simple being trapped in a test game.") } You can't take the entire tree! if (Contains (apple tree,apple1)) { msg ("It's a very healthy looking apple tree, but oddly enough it only contains one apple! It is within reach so you could pick it if you wish.") MakeObjectVisible (apple1) } else { msg ("It's a very healthy looking apple tree, but oddly enough it does not contain any apples!") } apple false false if (GetBoolean(apple1, "picked")) { msg ("It's a lovely looking apple. You should eat it!") } else { msg ("It's a lovely looking apple. You should pick it from the tree if you want it!") } msg ("You stand on your tippy toes and snatch the apple from the tree.") AddToInventory (apple1)
You hear an odd sound like one you have never heard before - something on the apple tree catches your eye.") MoveObject (apple1, apple tree) MakeObjectInvisible (apple1) } ]]>
pick pick "You can't pick " + object.article + "."