Quote from: Crimson Wizard on Mon 06/05/2013 22:47:51
You do not declare function parameter types properly, it should be:Code: ags function castspell(int spellname); // I guess spellname is integer?
The parameters should be declared like:
(type name, type name, type name).
Damn, you beat me to it. And I was so happy because I saw it myself.