Switch to edit mode.
Name(s): return1: if (player == this.owner)
2: player:tell("You exclaim, \"" + this.name + " return!\" and " + this.name + " goes back into it's Pokeball.")
3: player.location:announce_all_but({player}, player:title() + " exclaims, \"" + this.name + " return!\" and " + this.name + " goes back into it's Pokeball.")
4: this:moveto(player)
5: else
6: player:tell(this:title() + " knocks the Pokeball back into your face.")
7: endif
8: "Last modified by Norm (#4805) on Tue Nov 2 17:05:44 1999 MST."