View Single Post
01-30-21, 04:52 AM   #5
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
Originally Posted by Chr0nicxHack3r View Post
For some reason when I try and run
Lua Code:
  1. /console scripterrors 1
Nothing happens and even reloading game or UI in game nothing shows?
That usually means there are no Lua errors in your code. That doesn't mean your code works, just that it isn't throwing errors. Install BugSack as per Rilgamon's suggestion. You still might not have errors, but they will be a lot easier to read if you get them. Plus, you can review them later, as BugSack saves them until cleared.
  Reply With Quote