[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 
		
		
		
		
		
		
		
	
	 |