• Visit Rebornbuddy
  • Alternative command

    Discussion in 'Archives' started by stydno, Feb 27, 2018.

    1. stydno

      stydno New Member

      Joined:
      Mar 15, 2017
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      1
      Hello, i need to do method 10 seconds after trigger
      But if i write

      await Wait.SleepSafe(10000);
      my method;

      char just staying afk 10 seconds

      how can i call the method 10 seconds after some action without stopping all things?
       
      Last edited: Feb 27, 2018
    2. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      triggers or create a variable containing the current timestamp + 10sec, then have that variable checked at the end of the combat route.. if time >= the timestamp, then call your method.

      There are a few ways.. there are more.

      WIMM
       

    Share This Page