Token Syntax Correction


  • staff

    In act_wiz.c, at the end of the do_token function [code]send_to_char("Syntax: token <character> <vnum> <give|junk>\n\r", ch);[/code] should be [code]send_to_char("Syntax: token <give|junk> <character> <vnum>\n\r", ch);[/code] To match the command's syntax.

Log in to reply