Mad 86 Posted August 15, 2016 For some reason it wont interact with my npc, i checked and it has the action but nothing happens help pls ? public void attack() { if(!true == false) { if(true == (false == true)) { if(true - false == true) { if(true == true) { if(npc.interact('Attack')); Time.sleep(Calculations.random(Calculations.random(500000), Calculations.random(70000))) } } } } }
Volta 184 Posted August 15, 2016 didnt fix it yes For some reason it wont interact with my npc, i checked and it has the action but nothing happens help pls ? public void attack() { if(!true == false) { if(true == (false == true)) { if(true - false == true) { if(true == true) { if(npc.interact('Attack')); Time.sleep(Calculations.random(Calculations.random(500000), Calculations.random(70000))) } } } } } stops here if(true == (false == true)) true == (false) false
Mad 86 Author Posted August 15, 2016 yes stops here if(true == (false == true)) true == (false) false yeah but the last statement (true == true) is true so it should work tho?
Volta 184 Posted August 15, 2016 yeah but the last statement (true == true) is true so it should work tho? stahp
Recommended Posts
Archived
This topic is now archived and is closed to further replies.