Property Change

How do i change a PROPERTY when it’s not a number? ( When BROADCAST “broadcast”, change property to “chicken” from “cow” )

Use blocks. Set property “thing” to “thing”

What do you mean by “things”?

There is a block that is

Set property
Value

There is also a block that is

Broadcast on channel

So if you activate one trigger it could be

Broadcast on channel, ”Example”

Then another trigger was trigger on receiving: Example

That trigger could have blocks

Set Property, ”chicken “
Value, get property, ”cow”

Now once you trigger the first trigger then it will change “chicken” to “cow”

1 Like

set the property to the thing you want

I’ll try it, thanks for giving me the suggestion!

Remember to mark a solution!

1 Like

Using blocks, you can set the property from ___ to ___!

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