I want to implement a function like this
The text displays a sentence like [Get 150 points of strength], and [150] inside turns red alone.
Check out the "Text formatting" example.
Hello, I can't seem to find any relevant examples. Can you send me a link? Thanks
Develop games in your browser. Powerful, performant & highly capable.
Set the text to
Get [color=red]150[/color] points of strength
Get [color=#FF0000]150[/color] points of strength
BBCode documentation:
construct.net/en/make-games/manuals/construct-3/plugin-reference/text
BBCode Example:
#open=text-formatting
#open=animated-text-effects
#open=bbcode-tag-range
#open=animated-spritefont-effects
Thank you very much, I probably figured out how to set it up.