View Single Post
Old 06-28-2017, 03:16 AM   #6425
trumaestro
I don't get no respect
FFR Simfile AuthorFFR Veteran
 
trumaestro's Avatar
 
Join Date: Jun 2006
Age: 32
Posts: 1,332
Default Re: The FFR Trading Card Game

Code:
for(twice){
roll = int(rand(1-whatever));
if(roll = whatever){
  give T12
}
else{
  give T1-8
}
}

Last edited by trumaestro; 06-28-2017 at 03:18 AM..
trumaestro is offline   Reply With Quote