View Single Post
09-12-15, 07:34 AM   #5
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
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
Lol! This is a lua IDE I'm working on. The error is intended to draw the error tooltip, which has the graphical error I can't figure out. I didn't think the OP was that wordy?
__________________
  Reply With Quote