Author Topic: Variable events help?  (Read 378 times)

Hello I have recently downloaded VCE and am getting the hang of it. However, I can not, no matter what I do, get the events right to give me a "variable" so that I can purchase things from the store I made. I am trying to make my test brick give me 1 gold. Here is my event right now to give me 1 gold.

OnActivate>Player>VCE_modvariable><var:player:Gold>==1


I just now change part of my event to "<var:player:Gold>" I previously had it as "Gold==1"
I need help, I am trying to make a RP server and need advice on how to get it to do what I want it too.


Edit: I am using Varlinks.

Use VCEretrocheck for checking for a score, and incscore to subtract the points. I believe that is what you are trying to accomplish with you store.

Check out other topics for a complete event list.


OnActivate>Player>VCE_modvariable><var:player:Gold>==1
that does not make any sense, as == is for checking in VCE_ifvalue or VCE_ifvaraible, while that has things like add, subtract, set, multiply, and so on