Blockland Forums > Help
VCE variable help
Pages: (1/1)
egorpodboy:
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.
mp7964:
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.
GenaralSkar:
Use varlinks.
http://www.youtube.com/watch?v=uSHy2yI3nBs&feature=channel
phflack:
--- Quote from: mp7964 on March 06, 2012, 10:16:32 PM ---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.
--- End quote ---
you're contradicting yourself
saying /whatever into the chat won't trigger VCE, it checks the last message sent, not the last command/message
Pages: (1/1)