JElledge_58 0 Posted April 6, 2020 Is it possible to make a hint go away after a certain amount of time? Share this post Link to post Share on other sites
POLPOX 774 Posted April 6, 2020 Quote Example 3: hint str count allPlayers; sleep 10; hintSilent ""; // hides the previous hint display https://community.bistudio.com/wiki/hint 1 Share this post Link to post Share on other sites
Joe98 91 Posted April 7, 2020 I know a simple way. First, use a trigger to produce a hint. Make sure it works just fine. Second, in the activation field of the trigger, type: time > 8 and the trigger deactivates after 8 seconds meaning the hint turns off. Share this post Link to post Share on other sites