Switch to edit mode.
Name(s): return1: if (player == this.owner)
2: player:tell("You whisper, \"" + this.name + " return.\" and " + this.name + " goes back into it's Leather Belt case.")
3: player.location:announce_all_but({player}, player:title() + " whispers, \"" + this.name + " return.\" and " + this.name + " goes back into it's Leather Belt Case.")
4: this:moveto(player)
5: else
6: player:tell(this:title() + " starts glowing and sends a painful beam of pure blue energy through you! Your arm feels numb and when you look down, your hand seems to have been burned to a crisp.")
7: endif
8: "Last modified by Paradox (#7122) on Tue Jan 11 15:11:33 2000 MST."