Switch to edit mode.
Name(s): poke1: "Copied from Strahd (#7744):poke Jan 16 10:27:22 2000"
2: if (dobj.gender == "female")
3: this:tell("You softly poke ", dobj:title(), ".")
4: dobj:tell(this:title(), " softly pokes you.")
5: this.location:announce_all_but({this, dobj}, this:title(), " softly pokes ", dobj:title(), ".")
6: else
7: player:tell("You poke ", dobj:title(), ".")
8: dobj:tell(player:title(), " pokes you.")
9: player.location:announce_all_but({player, dobj}, player:title(), " pokes ", dobj:title(), ".")
10: endif