@verb #2348:"match_player mp" this none this rxdo #9452 @program #2348:"match_player mp" this none this if (!(caller_perms() in this.admins)) raise(E_PERM) else if (!args[1]) player:tell("You must give the name of a player.") else objdude = this:match_player_obj(args[1]) dudeindex = objdude in this.player_index if (dudeindex > 0) return this.player_database[dudeindex] else return 0 endif endif return 0 endif "Last modified by Crono (#9452) on Sat Apr 13 01:48:40 2002 MDT." .