Blockland Forums > General Discussion
Any way to detect if a player have opened a certian amount of chests?
Paradon:
<var:cl:score> doesn't seem to work for me, is there any certian addon I need for it to work?
Swat 3:
You can use a points system, that adds one point to a specific variable that you created, when you click each brick. Not minigame score, just a variable that is for a specific player.
I don't do VCE but obviously there are variables you can make that store data, basic coding, lol.
Zalot:
use the onchestopened event and have onchestopened > client > modvariable > world1Chests + 1