I did the Blocks but how do I do the equal thing
1 Like
Check “logic” then use the if ___ = ___ block
Summary
Oh, ok! Im most active on the Prodigy forums and here anyway.
Sorry, I cant rn.
1 Like
Would I put it in the cordanit
Do you have the rest of the system down? The image isn’t exactly high quality and nothing in the post really explains what’s going on in each device. You kind of need all of that for the system to work at all.
For the comparison, you’d do something like this:
if get_property(ball X coordinate) = get_property(R player X) and get_property(ball Y coordinate) = get_property(R player Y):
broadcast_on_channel(damage_player)
You’d replace ball X coordinate and ball Y coordinate with the names of the properties that store the ball coordinates.
1 Like