Quote:
|
Originally Posted by Werewolf
Should work. Example:
Code:
if(case 1: || case 2:) {
//function
}
I don't know if it works but it is worth to try... If not someone says "It won't work"
|
I know, but i just wanted to avoid doing if statements because they can get kind of ugly with 4 difference cases, and then a default case.