View Single Post
07/06/14, 01:17 PM   #8
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by zgrssd View Post
Wait, the list is space seperated?
Then I am wondering if my optional dependecies has ever been working like this:
Code:
## OptionalDependsOn: LibStub, timer, LibAddonMenu-2.0, LAM-1to2-Interface, libDebug, BugEater
If they are ignoring comma's it would propably work out. If not then this line never did anything (but the only one that really matered was BugEater anyway).
To be honest I have never tried to separate dependencies with commas, but try to separate saved variables with commas and you will see what happens.
http://www.esoui.com/downloads/info5....html#comments
  Reply With Quote