Switch to edit mode.
Name(s): register1: if (player != this.owner)
2: player:tell("You can't do that.")
3: elseif (player == this.owner || player == #8596)
4: if (iobjstr in this.wearable_place)
5: this.registered = iobjstr
6: player:tell("Succesful!")
7: else
8: player:tell("Try using one of the choices in $wearable.wearable_place instead of ", iobjstr, ".")
9: endif
10: endif
11: "Last modified by cheese-whiz (#8596) on Sat May 20 16:03:26 2000 MDT."