wait, doesn't it randomly tele you when there's mulitple instances of a name anyway?
No it teleports you to a midpoint between the instances
VCE is broken or something, I've always tried to use VCE to make something randomize and it never works.
Look, to randomize vce:
Don't ever forget to set the variable you're trying to 0 first, it acts as the minimum number. If you don't set it, it gives you a number between
null and whatever number you put into the other box. This normally returns something like 0.123847523
Here's the correct way to get a random number
OnActivate -> self -> vce_modvariable var set 0 //This sets the minimum to 0
OnActivate -> self -> vce_modvariable var rand 10 //This generates a number between the value of 'var' and 10, setting the result to the variable 'var'
OnActivate -> client -> centerprint <var:br:var>