i get this error message how do i fix this?
P polly Potential Patron Joined Aug 26, 2013 Sep 5, 2014 #1 i get this error message how do i fix this? Attachments a.png 7.2 KB · Views: 125
A aztlan Casual Client Joined Sep 14, 2013 Sep 5, 2014 #2 What mod are you using that's looking for this? I suspect you have your file structure set up wrong for whatever it is. If it's sby's moreclothingv3 then your structure should be \Mods\$INIT$\moreclothingmods\backgrounds.
What mod are you using that's looking for this? I suspect you have your file structure set up wrong for whatever it is. If it's sby's moreclothingv3 then your structure should be \Mods\$INIT$\moreclothingmods\backgrounds.
Pim_gd Content Creator Joined Jan 25, 2013 Sep 6, 2014 #3 That's DialogueActions. I suspect version 2.04. Unfortunately, I forgot what causes the issue.
Pim_gd Content Creator Joined Jan 25, 2013 Sep 6, 2014 #4 That's it; it's an old version of a dialogue that still uses the background variable and not da.background.load!
That's it; it's an old version of a dialogue that still uses the background variable and not da.background.load!
P polly Potential Patron Joined Aug 26, 2013 Sep 6, 2014 #5 Pim_gd said: That's it; it's an old version of a dialogue that still uses the background variable and not da.background.load! Click to expand... How do i fix it :)?
Pim_gd said: That's it; it's an old version of a dialogue that still uses the background variable and not da.background.load! Click to expand... How do i fix it :)?
Pim_gd Content Creator Joined Jan 25, 2013 Sep 6, 2014 #6 replace "background" in {"set":{...}} blocks with "da.background.load". Or use an old version of DialogueActions.
replace "background" in {"set":{...}} blocks with "da.background.load". Or use an old version of DialogueActions.