Couple of problems here.
I get an error while compiling-
"Use" is part of another line below it, yet on line 4783, its actually
The line on 4783 is causing the error, anyone know whats wrong with it and why is shows another line instead of the correct one?
And if it matters, here's the other line.
I get an error while compiling-
act_info.c:4783: parse error before "Use""Use" is part of another line below it, yet on line 4783, its actually
send_to_char( "To what?\n\r\", ch );The line on 4783 is causing the error, anyone know whats wrong with it and why is shows another line instead of the correct one?
And if it matters, here's the other line.
send_to_char( "Use a number.\n\r", ch );