Switch to edit mode.
Name(s): @setg*ender @genders*et gender1: if (!$perm_utils:controls(player, this))
2: return player:tell("You don't own ", this:title(), "!")
3: endif
4: if (!(iobjstr in $gender_utils.genders))
5: iobjstr = "splat"
6: endif
7: this.gender = iobjstr
8: player:tell(this:title(), " is now a ", iobjstr, ".")
9: "Last modified by Dax (#789) on Mon May 10 08:45:48 1999 MDT."