Hints

14 October, 2018

What Is This?

Hints are something you can use very easily to alert players of something or tell them what they have to do next or what they have done. It basically gives the players or whoever you let see the hint a little box with text inside of it.

They are very useful in a lot of cases and are super easy to use!

How Do I Use Them?

You can use Hints like such:

hint "Your Message";

Hints are also very customisable with HTML commands which can be found here. It is pretty much HTML commands around the text you want to be changed with whatever you choose with also including the ‘parseText’ prefix. Like such:

hint parseText "<t size='3'>hi</t>";

^ The code above makes a hint showing “hi” in big letters.