Blockland Forums > General Discussion
Help with VCE?
Pages: (1/1)
Jacob 123456789:
Hello. I am trying to make a Siege game on Wake Island, and I've also made a weapon shop on it. I'm trying to figure out how to make it so you can only get weapons when you're a certain rank. (talking about Boom's ranks mod)
Can anyone help?
Moved from Help because it will probably get noticed a little bit more here
PhireX7:
You need to set the rank as a number, and check if that rank is high enough to buy that weapon.
{0} onActivate -> Client -> VCE_ifVariable -> Rank -> == 2 [ 1 1 ]
{1} VariableTrue -> Player -> Add item
And so on
You also might want to make sure the variable rank is synced with the rank mod, just in case
Pages: (1/1)