View Single Post
03/23/14, 09:47 PM   #2
Yssaril
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 2
Originally Posted by skyraker View Post
Issue I am trying to wrap my head around:

I have a global variable for a string spacer, spacer = " | ", however, when I view details in Zgoo ESO seems to only be recognizing this as spacer = " ". Is it because it is the pipe character and I need to use something else, or is there something being lost between my file and ESO's interpreter?
Make sure your using very unique global variables otherwise other addons or even the default UI may malfunction. Something like "addonname_spacer" usually works

Its usually best to stay away from creating globals. Less risk of other addons messing with yours and faster variable access
  Reply With Quote