Blockland Forums > Help
VCE: How do you create variable links?
ScratchTehEPICSpaceDude:
I'm trying to create a message that counts how many rounds you've been on the server. Is it possible with VCE?
GenaralSkar:
If you add a variable to each client after each round, you could check that variable to see how many rounds.
Blocki:
This has nothing to do with varlinks. Make a variable that is named 'rounds' and add a event that adds 1 after each round and another that displays it.
ScratchTehEPICSpaceDude:
--- Quote from: Blocki on March 24, 2012, 08:25:00 AM ---This has nothing to do with varlinks. Make a variable that is named 'rounds' and add a event that adds 1 after each round and another that displays it.
--- End quote ---
Ok, but how do you make 'rounds'?
ScratchTehEPICSpaceDude:
With modVariable?