842278ef-87f7-4fa9-8a9f-7f81f2933f461.0The kitchen is is an ordinary kitchen with a trash bin, a fridge, and Sarah.This is the trash bin, it smells very bad.She is beautiful with curly long blond hair and blue eyes.falsefalsefalse
msg ("Sarah takes the flowers and kisses you.")
MoveObject (flowers, Sarah)
if (fridge.isopen) {
msg ("The fridge is open, casting its light out into the gloomy kitchen.")
}
else {
msg ("A big old refrigerator sits in the corner, humming quietly.")
}
500falsesome250falsesome
msg ("A box of eggs, weighing " + eggs.weight + " grams.")
1000falsesomeThis is milk is rotten.falsesome200This is ordinary yellow cheese.falsesome100This is really powerful beer, that will get anyone drunk.falsesome750It is a yummy red apple.
msg ("You eat the apple. Tasty.")
RemoveObject (apple)
You see an ordinary cupboard.The cupboard is bare except for...These are ordinary dark beans.400falsesomeThis is ordinary white rice.600falsesomeThis is an ordinary glass window.
HelperOpenObject (window)
if (Contains (kitchen,bee)) {
msg ("You open the window. Not much happens.")
}
else {
msg ("You open the window and a bee flies into the kitchen.")
MoveObject (bee, kitchen)
EnableTimer (bee timer)
}
msg ("You close the window.")
HelperCloseObject (window)
watchwatch"You can't watch " + object.article + "."say #text#weigh #object#This is an african killer bee.learnlearn"You can't learn " + object.article + "."castcast"You can't cast " + object.article + "."say #text_talk# to #object_troll#falsefalse
if (not this.parent = player) {
this.parent = player
msg ("How about that? You can now cast " + this.alias + ".")
}
else {
msg ("Er, you already know that one!")
}
if (GetBoolean(Bob, "alive")) {
msg ("Bob is already alive.")
}
else {
msg ("Miraculously, the defibrillator lived up to its promise, and Bob is now alive again. He says his head feels kind of fuzzy.")
SetObjectFlagOn (Bob, "alive")
}
20