Thread: Cheat Windows
View Single Post
  #40  
Old 12-19-2012, 12:00 AM
Stowen Stowen is offline
Graalian since '01
Join Date: Sep 2005
Location: Massachusets, USA
Posts: 156
Stowen will become famous soon enough
Send a message via AIM to Stowen Send a message via MSN to Stowen
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?
Reply With Quote