Property help‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎


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 :slight_smile:

In that block code:

if (property) == true {
broadcast_message([channel])
}

For concetation:

if (property) == true {
broadcast_message(create_text [ get_property = {the above property}]) 

1 Like

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

1 Like

No problem, solution to you!
thank you for your help.

1 Like

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.

1 Like

Screen recording 2025-04-29 7.48.26 PM (2)

Try putting the block get property before “Card 1.” I’m assuming that the code doesn’t know what “Card 1” is without it.

1 Like

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”

am i so bad at coding that my swift is considered python :sob:

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”

1 Like

Just to make sure, those properties are true/false and not number properties, correct?

(my account's older than yours haha)
1 Like

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 :slight_smile:

(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

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.