Ah the cauldron thing should be fine in terms of my code, but I've indeed figured out what's wrong with those cheats that always activate.SladeTama wrote: ↑Tue Jul 13, 2021 6:10 pmAnother thing that happened. Is I used the cauldron command, and upgraded my stuff and my Liquid went to NaN. I donno how to fix it, or if i'm just gonna have to wait till it restores back up. It didn't shadowban me, I can see myself with a browser account. It also basically seems to be giving me free stuff perm, but I feel like it somehow went into negative numbers and now is just letting me get in debt lol.
The problem is apparently caused by my for-loop substitution function
ChangeND
, which I used to simplify code.Apparently when I have this specific line of code
const NDArr = bEng.getGameAttribute("CustomLists").h[KeyName];
, where after I modify elements from NDArr, it's actually modifying the true atrributes (this is soo stupid). Apparently I do not yet understand how to properly distinguish between "copying data over to an entirely new object", or "making a shallow copy".Yeah now I understand that my so-called proxy functions were never actually acting like proxy functions: Lol yeah I'll definitely have to find a fix for this, but thanks a lot for bringing this up!