Every time I use .add or .addarray to a blank or valued array variable I get a funky, dirty array that has to be sort through like hell in a very annoying way.
for example:
PHP Code:
temp.holder.addarray({temp.checkQuest, params[1]});
temp.checkQuest and params[1] are single value vars. The output is
PHP Code:
"""1,"",","Fake Quest 1"
when I echo temp.holder, and I'm trying to insert holder into another array, but its nasty and almost useless like this.
wtf? I'm lost....