Hi all. I have a problem. I'm creating a plot script for "breaking down" iron doors. The player needs to click iron door 50 times with the LMB to open it. However, it opens for me the first time. Help me please.
My code:
on left click on iron door:
set {click_count} to {click_count} + 1
if {click_count} is greater than or equal to 50:
activate block
wait 2 seconds
deactivate block
My code:
on left click on iron door:
set {click_count} to {click_count} + 1
if {click_count} is greater than or equal to 50:
activate block
wait 2 seconds
deactivate block