Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: coolmodi
Forum: Lua/XML Help 01/25/16, 08:57 AM
Replies: 34
Views: 21,952
Posted By coolmodi
If that's the case then that would be the easiest...

If that's the case then that would be the easiest option I see right now.
Forum: Lua/XML Help 01/25/16, 08:42 AM
Replies: 34
Views: 21,952
Posted By coolmodi
He wants to copy the settings between the...

He wants to copy the settings between the character specific vars and the account wide ones. Creating a new object with the other's settings as default won't work as the values are already set....
Forum: Lua/XML Help 01/25/16, 06:45 AM
Replies: 34
Views: 21,952
Posted By coolmodi
I'm pretty much still a noob in programming, but...

I'm pretty much still a noob in programming, but as I understand it LUA will always reference tables, but "copy" other values.

x = "asfaf"
y = {"af","sdgsd"}

z = x --z will be "asfaf"
w = y --w is...
Forum: Lua/XML Help 01/25/16, 04:52 AM
Replies: 34
Views: 21,952
Posted By coolmodi
What I see at the first glance is this if...

What I see at the first glance is this


if SimpleXPBar.accountwide_settings.isAccountWide then
ZO_DeepTableCopy(SimpleXPBar.AWSV, SimpleXPBar.CharSV)
SimpleXPBar.CurSV =...
Showing results 1 to 4 of 4