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?
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: