Switch to edit mode.
Name(s): ICHOOSEYOU!1: if (player == this.owner)
2: player:tell("You exclaim, \"I choose you " + this.name + "!\"")
3: player.location:announce_all_but({player}, player:title() + " exclaims, \"I choose you " + this.name + "!\"")
4: player:tell("You throw a Pokeball and out comes " + this.name + ".")
5: player.location:announce_all_but({player}, player:title() + " throws a Pokeball and out comes " + this.name + ".")
6: this:moveto(player.location)
7: else
8: player:tell("It doesn't come out of it's Pokeball.")
9: endif
10: "Last modified by Norm (#4805) on Tue Nov 2 17:19:00 1999 MST."