Switch to edit mode.
Name(s): wield1: $dperms:only_owner()
2: dobj = this:my_match_object(argstr)
3: if (!$recycler:valid(dobj))
4: return player:tell($eve:my_match_object(argstr), " is not an $toy.")
5: elseif (dobj in player.wielding)
6: return player:tell("You are already wielding ", dobj:title())
7: endif
8: player.wielding = setadd(player.wielding, dobj)
9: player:tell("You wield ", dobj:title(), ".")
10: player.location:announce_all(this:msg_sub(dobj.msg_wield))
11: "Last modified by Janette (#2633) on Thu Aug 9 14:53:02 2001 MDT."