View/Edit #1961:register

Switch to edit mode.

Name(s): register
1:  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."

Verb arguments: this as any
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: cheese-whiz (#8596)

You are not logged in.

[home | help | who | search | setup | code]