View Single Post
09-12-15, 06:00 AM   #4
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
Originally Posted by myrroddin View Post
That gif is hard to follow with the bouncing. It is just better to post with the code tags or Lua button.

Anyway, the error is simple: loc1 is presumably undefined, or if it is, your assignment of it is incorrect. Depending on what you want (can't see the rest of your code):
Code:
loc1 = 11
-- or
loc1 = loc1 + 11
You didn't really read the thread at all, did you? :P
__________________
Grab your sword and fight the Horde!
  Reply With Quote