Okay, I was testing some stuff out. I changed the temps to this. and made a new function to create a seperate list. I tried this and it kept returning false:
PHP Code:
function CheckInventory() {
if (this.itemList == this.itemList2) {
player.chat = "Check: Yes";
}else player.chat = "Check: No";
}
I also had them sent to me in a PM, both lists were the same. Why would it return they are not?