Switch to edit mode.
Name(s): rofc1: if (valid(dobj))
2: player:tell("You fall on the ground in an explosion of tears. You cry and cry while looking at ", dobj:title(), ".")
3: dobj:tell(player:title(), " falls on the ground in an explosion of tears. They cry and cry while looking at you, you can't help but ffel guilty.")
4: player.location:announce_all_but({player, dobj}, player:title(), " falls to the ground crying their eyes out while ", dobj:title(), " just sits there and feels guilty.")
5: suspend(2)
6: player:tell("You get back up and straighten your clothes, no one was paying attention, don't worry.")
7: dobj:Tell(player:title(), " gets back up and straightens their clothes thinking nobody saw them do that.")
8: player.location:announce_all_but({player, dobj}, player:title(), " gets back up and does as if nobody saw them cry... Shows what they know.")
9: else
10: player:tell("You fall on the ground crying your eyes out, Waaaaa!!!")
11: suspend(2)
12: player.location:announce_all_but({player}, player:title(), " falls to the ground crying their eyes out, WAAAA!!!")
13: player:tell("You get back up and straighten yer clothes, hoping nobody saw you.")
14: player.location:announce_all_but({player}, player:title(), " gets back up and straightens their clothes, hoping nobody saw them, Shows them eh?")
15: endif