Quote:
Originally Posted by Robregen
I was fiddling with the doanim plugins and the 2hand anim causes my quest to not work. I took out the "2" in anim.pl so instead of plugin  oAnim(2hslash), its plugin  oAnim(hslash) and it works like it should. I think having a number in parathesis causes it to glitch or not work. Thought i report this. Thanks for the wonderful plugins overall. =)
|
They work just fine if you quote your strings inside the arguement:
Code:
plugin::DoAnim("2hslash");
plugin::DoAnim("2hblunt");
plugin::DoAnim("2hpierce");
Let me know if you need anything else.
8 D
Thanks, ~Akka