Jump to content

Recommended Posts

Is there a way to delay a hint message in the "On Act" of a trigger? Trying to get a hint to show up 60 seconds after the trigger has fired.

Share this post


Link to post
Share on other sites

Won't that effect everything else in the trigger? Just want to delay the hint itself.

Share this post


Link to post
Share on other sites

Write in the first trigger:

delayhint=true;

and place a second trigger with your hint massage write to the condition instead of "this" -> "delayhint".

Change the timeout in the second trigger to your desired delay.

Share this post


Link to post
Share on other sites

null = [] spawn { sleep 10; hint "Something here" };

Sleep value is in seconds, change it to whatever suits you :)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×