I now I’ve seen this help topic before, but I can’t find it. Here’s what I mean: For example, in GKC, say you were trying to make chores. When a chore is completed, the game overlay in the top right corner says 1/5.
Simpler, you can connect whatever action completes the chore (ex. a button) to a counter-linked property.
Then, set the property to broadcast on “update overlay” when changed.
Then, go to your Game Overlay, create a new block receiving on “update overlay.”
Blockcode:
Set Text | Create Text With Get Property "property"
/
5 chores remaining
2 Likes
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.