Hello. I figured I'd ask the Blockland community if I could have some help with something. I had went to medieval RPs with variables, and I wondered about the gold system. I tried to do an example:
onActivate > Player > VCE_modVariable > [Gold] Add [1]
I tried another variable event on another brick to see if I actually got the Gold bit:
onActivate > Player > VCE_ifVariable > [Gold] >= [1]
onVariableTrue > Client > CenterPrint > [SUCCESS]
onVariableFalse > Client > CenterPrint > [FAILURE]
I clicked on the collective brick, and then I clicked on the other brick, and it said, "SUCCESS". I need to know something, though. What events do I do to check how much Gold bits the player has? For example:
*click on collective brick 10 times*
*click on special evented brick*
"You have 10 Gold."
May someone help?