I have a property that counts the number of questions a player has answered correctly.
I would like for this to show on the player’s screen all the time (like in the upper right corner)
Something like a game overlay.
Is there a way for the total number of items in the PROPERTY to be shown on the screen at all times?
Thanks for your thoughts.
Epi320
February 23, 2024, 7:38pm
3
I am not as good with property, but you can make it so that evry question you get right you get 1 (RANDOM ITEM)
and then a overlay tracks that item
ThatGim
February 23, 2024, 7:39pm
4
@Epi320 ’s solution should work so I suggest trying that.
1 Like
GREAT Idea, it is not going to work with my situation.
If I do that, then they go away when they spend them and I want the total of right answers no matter how they spend them.
Sorry, I was not super clear in my first post.
I have 4 Questioners - each one grants a KeyCard of a different color. So they need to get at least 5 of each color to proceed and spend them.
This is why I had to do a Property. Because the property counts just right answers. And does not take away when they ‘spend’ them.
And when the game is over, I want to know the total number answered.
Epi320
February 23, 2024, 7:51pm
6
Ok, le tme experiment for a sec.
1 Like
Epi320
February 23, 2024, 10:20pm
7
@pezduhgim
I FIGURED IT OUT
So
set a overlay to
this
then set property to this
If you want it to be for everyone, set it to global
go to blocks in the overlay, then set this:
also, i accidentally forgot to say, on the third screen shot, set it to corrrect answer instead of test, because that was my orginal name for it
Go to the questioner, and when you answer a correct question do this
1 Like
Epi320
February 23, 2024, 10:21pm
8
Can some of the pros come check to see if this is a effecient method?
@pezduhgim
well uh i dont see a counter, and that is kinda important.
not to be mean
Epi320
February 23, 2024, 10:30pm
12
OMG, I am so sorry, i just skimed it, i did not see the counter WHOOOPS
sorry
Mhm! We need the counter, if we don’t the property has nothing to update or go off of!
Epi320
February 23, 2024, 10:33pm
14
Wait, does that mean my meathod doesn’t work?
yeah, the property wont update when it is correct.
Epi320
February 23, 2024, 10:35pm
16
OH NO, I checked my game, and it was working, but then it doesn’t work now…
Epi320
February 23, 2024, 10:37pm
17
I edited my post, now can you check it?
That will also work! Mine’s just a little simpler (in my opinion. it also saves more memory.)
Epi320
February 23, 2024, 10:39pm
19
WAIT IT WORKED now!
I have to change test to correct answer
Epi320
February 23, 2024, 10:39pm
20
Yep, I think this help is officailly resolved