Blockland Forums > Help
how do i make a zombie defence game?
lordician:
--- Quote from: Regulith on November 18, 2009, 11:45:55 PM ---Well that's if you're still using V4 vars, which I suggest upgrading to VCE.
Is OnZombieDeath an actual input?
--- End quote ---
Comes standard with Gamemode_Zombie
bombdog:
is there a guide on how to use VCE?
Regulith:
It's a button in the event menu at the top, next to the Clear button.
bombdog:
never mind found a manual. But, im still confused on how to buy items. Anyone know how?
Regulith:
I'm still somewhat new with VCE, but I believe it would be:
0 OnActivate | Self | VCE_ifVariable | <var:(target money is bound to):(name of money variable)> | >= | (Amount of money it costs) | 1 3
1 OnVariableTrue | (target money is bound to) | VCE_Modvariable | <var:(target money is bound to):(name of "money" variable)> | Subtract | (Amount of money it costs)
2 OnVariableTrue | Player | SetInventory | (weapon) | (slot)
3 OnVariableFalse | Client | Chatmessage | "You don't have enough money to buy this."