announce(findClientByName("playername").money);
Try %client.brickGroup.varGroup.getVariable("player", "money", %client.player);
I'd like to know the difference between using that and using %client.player.money.Is there a reason to not be doing the latter?
Try %client.brickGroup.varGroup.getVariable("player", "money", %client.player);I wouldn't suggest mixing VCE with scripting though. You should just do one or the other.
Yeah, after looking at that I think it would be easier to just make my own events and store variables my own way.