Quote:
Originally Posted by NatedogEZ
Doesn't capitalization matter on the quest functions?
If so.. inside the source its written like this...
Code:
quest::ModifyNPCStat("runspeed", 1);
|
Not it, I have other parts in the same script that are:
Code:
quest::modifynpcstat("special_attacks","ABHGZ");
I tried it with capitalization and it still doesn't work.