View Single Post
02-07-05, 01:13 PM   #39
aaronsullivan
A Deviate Faerie Dragon
Join Date: Jan 2005
Posts: 12
AHA! I think your problem is solved! Good that you gave detailed feedback.

The error (probably all along) is that you are typing it wrong. This is why I suggested you "use the same caps, etc."

In other words:
In programming and scripting "assistunit" does NOT equal "AssistUnit"
Notice the capital 'A' and the capital 'U' in the function name. It's called case sensitivity. The error is telling you that there is no function called "assistunit" because the script only recognizes the one with the caps on the A and the U.

So, try again with the capital letters in the right place. Of course, once you have it working just slap it into a macro button, and you won't have to type it again.

I genuinely hope that helps you out.

Anyone have any help for me and my two questions?

Last edited by aaronsullivan : 02-07-05 at 01:15 PM.
  Reply With Quote