Author Topic: Help with VCE?  (Read 361 times)

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

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
« Last Edit: June 10, 2011, 12:08:58 AM by PhireX7 »