Solved Timer without scheduler?

Discussion in 'Plugin Development' started by bdubz4552, Oct 18, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    bdubz4552

    I understand that the scheduler is used to execute actions after x amount of time, but in my case, I need to do one small thing after just one second from a starting "trigger". It involves a local player object, which is why the scheduler, in another class, would not work. Is this possible or am I out of luck?
     
  2. Offline

    daboross

    I don't understand why you wouldn't be able to use the scheduler?

    I mean it would work perfectly for what you are describing as far as I can tell.
     
  3. Offline

    bdubz4552

    I realize this now; I overlooked using a HashMap which is exactly what I need.
     
Thread Status:
Not open for further replies.

Share This Page