View Single Post
  #2  
Old 05-27-2011, 10:19 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by Robregen View Post
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 pluginoAnim(2hslash), its pluginoAnim(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
Reply With Quote