Jump to content

randombottingacc

Members
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by randombottingacc

  1. I don't think this'll work if the clan chat is not open. public boolean isInClanChat() { RS2Widget talkingIn = script.getWidgets().getWidgetContainingText("Talking in:"); return (talkingIn != null && talkingIn.isVisible() && !talkingIn.getMessage().contains("Not in chat")); }
  2. How can I know if my player is in a clan chat? I don't think there's a config value for it and I cbf checking the clan chat screen every 3 seconds.
×
×
  • Create New...