VCE?
I searched VCE
onActivate > Self > VCE_modVariable > price $= [your item price here]onActivate > Self > VCE_modVariable > item $= [name of item here]onVariableTrue > Player > addItem > [name of item here]onActivate > Self > VCE_ifValue > <var:client:score> >= <var:brick:price>onVariableTrue > Client > centerPrint > <color:FFFFFF>You bought a <var:brick:item>!onVariableFalse > Client > centerPrint > <color:FFFFFF>This item costs <var:brick:price>.
the hell does $= mean? i know != is not equals, ~= is if it is in the string, and all the others, but have never seen $=...
=D