Author Topic: VCE: How do you create variable links?  (Read 720 times)

I'm trying to create a message that counts how many rounds you've been on the server. Is it possible with VCE?

If you add a variable to each client after each round, you could check that variable to see how many rounds.

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.

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.

Ok, but how do you make 'rounds'?


If you want a specific action or operation to occur after a minigame round, download minigame events and use the, "OnMinigameReset" event.

If you want a specific action or operation to occur after a minigame round, download minigame events and use the, "OnMinigameReset" event.

No. That's not what I meant. I mean how do I create and save a variable in VCE? DO I use modVariable first?

Ah. You use modvariable to reate and set it and saveVariable to save it.

oh wow this is perfect i needed help with this too

oh wow this is perfect i needed help with this too

with whatt

No. That's not what I meant. I mean how do I create and save a variable in VCE? DO I use modVariable first?
modVariable creates and modifies variables. If a variable doesn't exist, it's value is null or blank, NOT 0.

modVariable creates and modifies variables. If a variable doesn't exist, it's value is null or blank, NOT 0.

Gotcha.