26.11.2010, 13:14
can someone tell me the basics of how to on a script when a person does a command once the next time it does another action thats different.
switch(random(number_of_different_actions)
{
case 0:
{
//Action 1
}
case 1:
{
//Action 2
}
//...
}