Q: How would you generate a random number of a variable then display it?
onActivate -> Self -> VCE_modVariable -> Self -> random -> Set -> 1
onActivate -> Self -> VCE_modVariable -> Self -> random -> randNum -> 6
onActivate -> Self -> VCE_ifValue -> <var:br:random> -> Equals -> 1
onVariableTrue -> Client -> chatMsg -> "You rolled a 1!"
Etc etc for the other numbers or whichever you like.
Q: How would you make a random box kind of thing such as in Call of Duty: World at War
?