I am very new to properties so believe forgive my incompetence.
after getting the property value, how could I show a pop-up based on what property is set to true.
Thanks

In that block code:
if (property) == true {
broadcast_message([channel])
}
For concetation:
if (property) == true {
broadcast_message(create_text [ get_property = {the above property}])
Awesome, thanks! I don’t see any concatenation in that second blurb of python though.
No, you can just use the property name for the broadcast message.
i just realized that only works for rng counters mb
No problem, solution to you!
thank you for your help.
hey,@Epi320
I know I just gave you the solution but I tried to put “True” in the other side of the equal sign it will not let me.
Uh…
Gimkit is in block code?
GIve me some screenshots. Also, remove the solution as it has not been solved.
Try putting the block get property before “Card 1.” I’m assuming that the code doesn’t know what “Card 1” is without it.
Yes, wingwave is correct here.
W wingwave
Currently GKC is processing “Card 1” as a text string.
get_property(Card 1)
will let the computer know that you are looking for the property “card 1”
lol
do:
```````
blah blah
``````
`````````
use <h6>
```````````
antyhting else?
Oh, for cross out it is
~~hi i am so kewl~~
(yo how do you make that text)
Oh! I need to define the property as a str. Where would I do this, would I need to put a line of code at the top defining all of them?
W wingwave
Nope. Just drag a
get property
in front of the text “card 1”
Just to make sure, those properties are true/false and not number properties, correct?
Yea, they are.
Thanks for your help! I will give epi the solution because he answered my original question.
I will probably have more questions like this one because I am starting to “code” more and more in gkc. Thanks again
(grrr I am mad)
It’s fine to have questions I’ve got nothing better to do anyway.
and I don’t really care about solutions
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.