Switch to edit mode.
Name(s): look_self1: if (this == $wearable)
2: player:tell(this.name)
3: player:tell(this.description)
4: else
5: pass(@args)
6: endif
7: if (this.on && this.on_where != "ANY")
8: player:Tell("It's being worn on ", this.owner.name, "'s ", this.on_where, ".")
9: return
10: elseif (this.on && this.on_where == "ANY")
11: player:Tell("It's being worn on ", this.owner.name, ".")
12: return
13: else
14: player:tell("It's not worn right now.")
15: endif
16: "Last modified by cheese-whiz (#8596) on Tue Apr 4 19:51:44 2000 EDT."