1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Rejected Allow reset delays without a condition

Discussion in 'Client & Site Suggestions' started by Guru, Mar 19, 2017.

  1. Guru

    Joined:
    Dec 31, 2015
    Messages:
    602
    Likes Received:
    175
    I'm looking for a delay method such as

    delay( Callable<Boolean> reset, int min, int max )

    Reason: If something isn't stored in RS data, but has an animation the only thing you can do is check the animation, but you cannot have the animation as the break condition because often animations drop to -1 again for short periods of time.

    @Party <3 pls
     
  2. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    just pass () -> false in the common conditions?
     
  3. Guru

    Joined:
    Dec 31, 2015
    Messages:
    602
    Likes Received:
    175
    I knew there would be a easy way to do this lol. Thanks I'll use that
     

Share This Page

Loading...