Skip to content

Custom Tooltip

Vincent Gerlach edited this page May 20, 2026 · 1 revision

You can specify a custome tooltip to each button, that gets displayed when hovered over the button. Write in the first line of the script a new comment with the synatx:

#STB-Tooltip-"My cool Tooltip"

To add a tootip when an area is already specify use the "///" seperation syntax.

Example

#STB-Tooltip-"My cool Tooltip"

<your code goes here>
#STB-Area-3D_Viewport /// #STB-Tooltip-"My cool Tooltip"

<your code goes here>

Clone this wiki locally