View Single Post
04/25/17, 08:18 PM   #3
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
Are you using a text editor that shows line counters? (Or do you have that setting turned on?) Line numbers can be very helpful for fixing bugs, especially in larger programs. For example, the lua error you encountered tells you that the error is on line 5, so you could just look at that particular line and figure out what's wrong.
  Reply With Quote