ID:149513
 
what does the error:bad argument definition MEAN :)
i mean how do i fix it/what the fu%$&$ is the error.
Ashcool wrote:
what does the error:bad argument definition MEAN :)
i mean how do i fix it/what the fu%$&$ is the error.

Simple, your giving a procedur a bad argument. And just so you know in a proc lets say for example the Attack(mob/m) proc the arguments are what go within the ()s. So in this case mob/m would be the arguement. However if it was something that the proc cannot handle, say like in the locate() you put locate(A,B,C) instead of numbers you would get a bad arguement definition.