So In Games, i have seen text that count upwards or downwards, with just one text device, not multiple but just one.
Is this done with a property or some sort?
Or if anyone has a guide I would appreciate it.
Yes, you can set text to show the value of a property using block code.
How?
Use a property ânumberâ tracked by a text in block code option, and make the counter update on the property, make the counter decrease/increase using trigger loop.
One more questionâŚ
How do you make a variabl or a property appear in a game overlay
Use block code. Thereâs a specific block that says âset textâ and then have it set the text to your property(get property ânameâ) or variable.
Go to overlay block code option, and place down [get property]-[property[1]].
(oop valuex've already posted it lol)
@kirbyking check prodigy forums, I can help you there with better explanations (I canât provide images right now)
the name of the number property âŠď¸
Umm Froyo⌠I canât see the images of the block code ._.
Just use the set text
block and a get property
block.
If you want this to change constantly make sure you have a loop that is connected to the text device.