<<silently>>\n<<set $gender = 'transwoman'>>\n<<set $dice1 = Math.round(Math.random() * 6)>>\n<<set $mones = Math.round(Math.random() * 3)>>\n<<if $mones lt 1>><<set $mones = $mones + 1>><<endif>>\n<<set $passing = false>>\n<<endsilently>>\n<<silently>>\n<<if $dice1 lte 2>>\n<<set $insured = false>>\n<<set $insured = false>>\n<<set $employed = false>>\n<<set $experience = 0>>\n<<else if ($dice1 gt 2) and ($dice1 lte 4)>>\n<<set $insured = false>>\n<<set $employed = true>>\n<<set $experience = 1>>\n<<else if $dice1 gt 4>>\n<<set $insured = true>>\n<<set $employed = true>>\n<<set $experience = 2>>\n<<endif>>\n<<endsilently>>\nWelcome to the randomizer debug page! Please refresh for alternative results.\n\nRoll Result: <<if $dice1 gt 0>><<print $dice1>><<else>>0<<endif>>\n\nInsured?: \n<<if $insured>>Yes.<<else>>No.<<endif>>\nEmployed?: \n<<if $employed>>Yes.<<else>>No.<<endif>>\n\nYou have <<if $experience gt 0>><<print $experience>><<else>>0<<endif>> <<if $experience eq 1>>year<<else>>years<<endif>> of job experience. \n\nPassing?: \n<<if $passing>>Yes<<else>>No.<<endif>>\n\nYou have <<print $mones>> <<if $mones eq 1>>month<<else>>months<<endif>> of hormones.