How do you show the team number (e.g. Team 2) that went into a zone on an end of game widget?
I kind of understand but could you elaborate
Welcome to the gimkit creative forums! Read to TOS and FAQ because new members (yes I mean you as well) LOVE to break all the rules! These forums have a vibrant social scene; there are numerous organizations like the QWE, the RTY, the UIO, and the PAS. We also love getting our percentages up! We almost have a 100% blocks illiteracy rate and almost a 100% thumbnail topic creation rate! Forget everything you know about GKC so we can get those numbers to 100!
my game ends when a team steps in a zone, how do I make it show who won in the end of game widget?
I can’t believe people would rather help thumbnail requests than AN ACTUAL QUESTION ON GKC!
This question is why the forums are here, yet of course, thumbnails have priority. sigh
I have an answer! Get property “winteam”. Wire the zone to a trigger [player enters zone → trigger trigger].
Have block code in the trigger:
set property “winteam”
value: triggering player’s team number.
Make the End of Game Widget track the “winteam” property.
Simple as that!