Switch to edit mode.
Name(s): i_u iu1: if (dobj == $nothing)
2: player:tell("You point at yourself, only to realise that well, YOU'VE crapped out... Didn't specify anyone to i_u!")
3: else
4: player:tell("You look at ", dobj:title(), " blankly. You then point at them and say, \"I_U!\" They crapped out...")
5: dobj:tell(player:title(), " looks at you blankly. They then point at you and say, \"I_U!\" You crapped out...")
6: player.location:announce_all_but({player, dobj}, player:title(), " points at ", dobj:title(), " and says, \"I_U!\" ", dobj:title(), " crapped out...")
7: endif
8: "Last modified by Wulfgar (#6959) on Thu Jan 25 11:16:19 2001 MST."