Author Topic: Using coins to buy weapons  (Read 1892 times)

Can someone make a script that says if you kill a bot or someone you'll get coins, and then you can use those coins to buy a weapon.  I need this mod because I'm making a national socialist zombie map (from cod WaW)(specificly natch der untoten).  so if you either make one or you know one script that has been posted please tell me.

Just use the points with VCE, unfortunately I don't really know VCE that well.

unfortunately I don't really know VCE that well.
i know how to use VCE fully yet i dont like to teach it

i know how to use VCE fully yet i dont like to teach it
just about the same here, although i can't figue out what i'm doing wrong for the functions

ok i'll look it up and such thanks a lot :cookie:

To make it so you earn money when killing a bot/zombie:
(killing a bot/zombie gives you $1 in this example)

Onbotkilled>killer>modvariable [money] add [1]

To make it give you a weapon:
(lets just say that this weapon costs $5)

Onactivate>player>ifvariable [money] ≥ 5
Onvariabletrue>player>Additem [gun]


So if you kill 5 bots/zombies, you can click this brick and recieve a gun!


is there a required addon?


VCE? Screw that. I use the original variable events.

VCE? Screw that. I use the original variable events.
VCE is better D:

VCE? Screw that. I use the original variable events.
update from v4 to v5+ :o
it's actualy simpler once you learn how, as you can have multiple if checks more easily

Why doesn't someone mod cashmod?

Why doesn't someone mod cashmod?
cuz cash mod is just gay for this kind of matter

VCE is better D:
I updated the stuff out of the old variable events.
It is now way superior to VCE.