Author Topic: Point Shop  (Read 1206 times)

I am going to make a new server "TSS Hayden's DodgeBall"
I was wondering if there is any Event or Add-on that will detect how many kills you have.
So you can Buy Items like the "Diguse kit"

Also If You Have The File For DodgeBall I would Like It. NOT THE LINK TO IT

Minigame events and variables.





/facelaptop

Where do you think you get it?



failtransparency



I've made some stuff like this before.

Code: (Blockland Event system) [Select]
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>.

Very simple, should work. Change the first 3 lines.

the hell does $= mean? i know != is not equals, ~= is if it is in the string, and all the others, but have never seen $=...

the hell does $= mean? i know != is not equals, ~= is if it is in the string, and all the others, but have never seen $=...
If the string is an exact match.
I never heard of ~=.