View Single Post
  #15  
Old 03-06-2011, 08:18 PM
inQuir3's Avatar
inQuir3 inQuir3 is offline
Ezudian
 
Join Date: Jul 2008
Posts: 121
Reputation: 486
inQuir3 is a glorious beacon of lightinQuir3 is a glorious beacon of lightinQuir3 is a glorious beacon of lightinQuir3 is a glorious beacon of lightinQuir3 is a glorious beacon of light
Default

[hide=1]

private boolean giveYouUp, letYouDown, runAroundAndDesertYou = false;

public boolean rickAstely(int choice) {
int choice = Misc.random(3);
switch (choice) {
case 0:
giveYouUp = true;
break;

case 1:
letYouDown = true;
break;

case 2:
runAroundAndDesertYou = true;
break;
} else {
default: rickRolled;
}
}[/hide]

that is my code for party room r0fl
Reply With Quote