Talk:Helen

From Summertime Saga Wiki
Revision as of 04:36, 12 September 2018 by Bdsmgeek (talk | contribs) (Created page with "Helen fsm and trigger code T_helen_confessional = Trigger("confessional", "Helen has entered the confessional") T_helen_convince_fail = Trigger("convince fail...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Helen fsm and trigger code

       T_helen_confessional = Trigger("confessional", "Helen has entered the confessional")
       T_helen_convince_fail = Trigger("convince fail", "You failed to convince Helen to change")
       T_helen_convince_change = Trigger("convince change", "You convinced Helen to try to change")
       T_helen_secret_sacrement = Trigger("secret asacrement", "Ask Helen to join the ancient sacrement")
       T_helen_angelica_ritual = Trigger("convince change", "Helen does the sacrement with Angelica")
       T_helen_caught_masturbating = Trigger("caught masturbating", "You caught Helen masturbating")
       T_helen_sexy_lingerie = Trigger("sexy lingerie", "You gave Helen a sexy red corset lingerie set")
       T_helen_torture = Trigger("torture", "Helen gets tortured by Angelica for her own good")
       T_helen_thanks = Trigger("thanks", "Helen thanks you for your concern and offer")
       T_helen_master_servant = Trigger("master servant", "Helen wants a spanking from her master")
       T_helen_route = Trigger("route", "This sets you permanently onto Helen's route")
       T_helen_master_servant_sex = Trigger("master servant sex", "Helen wants to have more sex with you to stay pure")
       S_helen_start = State("start", "The default state for Helen to start in")
       S_helen_route_split = State("route split", "The split to determine if you go with Mia or Helen")
       S_helen_harold_moved_on = State("route split", "Harold has moved on from Helen and found a new woman")
       S_helen_mia_breakdown = State("route split", "Mia is devastated that her parents have split for good")
       S_helen_master_servant_fun = State("master servant fun", "Helen has some fun with you as her master")
       S_helen_aftersex_mia_suspicious = State("aftersex mia suspicious", "Mia is suspicious about you visiting her mom's room during the day")
       S_helen_end = State("end", "The end of Helen's route")