Switch to edit mode.
Name(s): accept1: player = args[1] 2: if (!this:acceptable(player)) 3: player:sub_tell(this.msg_entry_failed, this:title()) 4: this:sub_announce(this.msg_oentry_failed, player:title()) 5: return 0 6: endif 7: return 1 8: "Last modified by Avator (#2168) on Sat Apr 14 22:33:18 2001 MDT."