Jump to content

regularshiz

Members
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Female

regularshiz's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. case TRADE: Player muler = getPlayers().closest(player -> player != null && player.getName().equals(mule)); if (!trade.isCurrentlyTrading()) { state = "Trading with mule."; muler.interact("Trade with"); new org.osbot.rs07.utility.ConditionalSleep(20000) { @Override public boolean condition() throws InterruptedException { return trade.isCurrentlyTrading(); } }.sleep(); } why getting null pointer exception for this?
×
×
  • Create New...