uses $play_script
as %player
start "symptom"
label "symptom"
random "type" 12
if equals %type 1
start "symptom_a"
elseif equals %type 2
start "symptom_b"
elseif equals %type 3
start "symptom_c"
elseif equals %type 4
start "symptom_d"
elseif equals %type 5
start "symptom_e"
elseif equals %type 6
start "symptom_f"
elseif equals %type 7
start "symptom_g"
elseif equals %type 8
start "symptom_h"
elseif equals %type 9
start "symptom_i"
elseif equals %type 10
start "symptom_j"
elseif equals %type 11
start "symptom_k"
elseif equals %type 12
start "symptom_l"
endif
label "symptom_a"
tell %npc "As the high hits, your aches and pains drop away with the suddenness of an aerodyne crash."
stop
label "symptom_b"
tell %npc "Drug induced adrenaline burns through your body and your muscles tense, screaming for action."
stop
label "symptom_c"
tell %npc "The drug settles in your system like an old friend. Fear, regret, and anxiety are replaced with a dopamine induced euphoria."
stop
label "symptom_d"
tell %npc "Your sense of time distorts and slows as the effects of the drug hit. The world around you sharpens at the edges."
stop
label "symptom_e"
tell %npc "A manic energy rises up as the drug settles in."
stop
label "symptom_f"
tell %npc "You feel a drugged detachment from self and surroundings akin to looking at the world from outside of your body."
stop
label "symptom_g"
tell %npc "Your heart rate picks up and a rushing sound like that of a passing mag-lev fills your ears."
stop
label "symptom_h"
tell %npc "A surge of immense confidence wells up from within you as the drug drives deeper into your system. You've fucking got this."
stop
label "symptom_i"
tell %npc "As the drug snakes its way through your body, you can feel it adding torque to your muscles, leaving you coiled and ready to spring."
stop
label "symptom_j"
tell %npc "A surge of immense confidence wells up from within you as the drug drives deeper into your system."
stop
label "symptom_k"
tell %npc "A drugged sense of detachment wraps you in its loving embrace."
stop
label "symptom_l"
tell %npc "The drug has your actions feeling not quite real, as if this is all some kind of waking dream."
stop