Posted September 22, 2019 by Another RPG Enthusiast
$B.target
. This helps if you want to do something that depends on that.$action.act()
evaluates to null
. This was causing a problem where the entire function was being run in the check, not just evaluating the result. Actions were effectively run twice if they contained anything before the return
statement. If you want the box to disappear, you will need to set the act
property itself to null
.