Author Topic: VCE variable help  (Read 318 times)

im having toruble iwth the VCE variables. im making a tdm but with a upgradable weapon system. im trying to make it do this. once i click on the forge itll ask what i want to upgrade, itll say something like this type /sword to upgrade sword /bow to upgrade bow, etc etc. and if hte player does not have enough points then  say you do not have enough points. but i do not know how to make it so if a player types /sword after pressing the button it will do something. im aa total newb to variables so any help would be really appreciated.

You can't do / commands without scripting them or doing a relay every few milliseconds after they press the button to check if their last message sent was /whatever.

VCE over-complicates so much stuff that would be so much easier just to script. I can probably make you a command that gives someone a sword after they have a certain amount of points, then subtracts the points.


You can't do / commands without scripting them or doing a relay every few milliseconds after they press the button to check if their last message sent was /whatever.
you're contradicting yourself
saying /whatever into the chat won't trigger VCE, it checks the last message sent, not the last command/message