/client/proc/roll_dices() set category = "Fun" set name = "Roll Dice" if(!check_rights(R_FUN)) return var/sum = input("How many times should we throw?") as num var/side = input("Select the number of sides.") as num if(!side) side = 6 if(!sum) sum = 2 var/dice = num2text(sum) + "d" + num2text(side) if(alert("Do you want to inform the world about your game?",,"Yes", "No") == "Yes") world << "