im making a voting system for my game but ive ran into an issue.
essentially i have a button that when pressed transmits on a channel that deactivates the button so you cant vote again and also raises the number on a counter every time its pressed. theres also a trigger with block code that goes through when its triggered (that happens when the button from earlier is pressed.)
the goal is to make a property amount go up 1 every time the button is pressed but it isnt working. the counter is going up and you can see in the game the trigger is triggered correctly and on time so im assuming its an issue with the block code. if anybody can help thatd be great!!
and like @th3_ca1tsune there is a much simpler way to do this
link the button to a counter to increment it and then turn on update property
you do not need block code