AngryKey Posted December 29, 2018 Share Posted December 29, 2018 (edited) win7 x86 I did a lot of experiments. Found a problem in the comparison String... Int... may have an error !!! inventory.interact("Eat","Lobster","Shark") //Mirror Client disappear ! high probability inventory.interact("Eat","Shark")||inventory.interact("Eat","Lobster") //everything is normal Edited December 29, 2018 by AngryKey Link to comment Share on other sites More sharing options...
Reminiscence Posted December 29, 2018 Share Posted December 29, 2018 inventory.interact(action, item, item) isn't a method... what's the problem with the string and int? post the exact code Link to comment Share on other sites More sharing options...