I have a question, when your using Onvariablevalse/Onvariabletrue
How does it know which Input its talking about.
You see the last box for event
- ? That is where you specify what OnVariableX's are triggered. You need two numbers, a start and a end. 1 5 would execute all of the onVariableX's events through 1 and 5.
Thanks, that was really helpful.
Can you by chance explain how to use "Random Dice"
[] onActivate -> Self -> VCE_modVariable -> Brick -> Chance -> Set -> 1
[33] onActivate -> Self -> VCE_modVariable -> Brick -> Chance -> randomNum -> 20
[66] onActivate -> Self -> VCE_ifVariable -> Chance -> greaterEquals -> 5
[] onVariableTrue -> Client -> centerPrnt -> Hurrah! Your chance is greater than 5!
What this does is sets the beginning number of chance to 1. It then generates a random number from that variable to 20. Then it does a simple check to see if it was greater than 5 and outputs you a message saying it was.