Talk:Debbie

From Summertime Saga Wiki
Revision as of 04:11, 12 September 2018 by Bdsmgeek (talk | contribs) (Created page with "Here is the fsm from the game code for Debbie: S_mom_start = State("start") S_mom_relaxing = State("relaxing", "Description") S_mom_overheard = State(...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Here is the fsm from the game code for Debbie:

       S_mom_start = State("start")
       S_mom_relaxing = State("relaxing", "Description")
       S_mom_overheard = State("overheard", "Description")
       S_mom_debt_call = State("debt call", "Description")
       S_mom_lawn_delay = State("lawn delay", "Description")
       S_mom_lawn_help = State("lawn help", "Description")
       S_mom_fill_mower = State("fill mower", "Description")
       S_mom_mow_lawn = State("mow lawn", "Description")
       S_mom_clothes_dirty = State("clothes dirty", "Description")
       S_mom_wash_clothes = State("wash clothes", "Description")
       S_mom_sleeping = State("sleeping", "Description")
       S_mom_doorbell = State("doorbell", "Description")
       S_mom_debt_collectors = State("debt collectors", "Description")
       S_mom_mrsj_visit_delay = State("mrsj visit delay", "Description")
       S_mom_mrsj_visit = State("mrsj visit", "Description")
       S_mom_pipe_delay = State("pipe delay", "Description")
       S_mom_pipe_help = State("pipe help", "Description")
       S_mom_sis_check = State("sis check", "Description")
       S_mom_close_valve = State("close valve", "Description")
       S_mom_pipe_check = State("pipe check", "Description")
       S_mom_fix_pipe = State("fix pipe", "Description")
       S_mom_sis_boobs_afterthoughts = State("sis boobs afterthoughts", "Description")
       S_mom_shower_delay = State("shower delay", "Description")
       S_mom_shower_peek = State("shower peek", "Description")
       S_mom_shower_peek_after = State("shower peek after", "Description")
       S_mom_bad_guys_driveby = State("bad guys driveby", "Description")
       S_mom_chores_delay = State("chores delay", "Description")
       S_mom_vacuum_help = State("vacuum help", "Description")
       S_mom_dishes_help = State("dishes help", "Description")
       S_mom_laundry_help = State("laundry help", "Description")
       S_mom_lotion_adventure = State("lotion adventure", "Description")
       S_mom_search_panties = State("search panties", "Description")
       S_mom_panties_masturbation = State("panties masturbation", "Description")
       S_mom_movie_night = State("movie night", "Description")
       S_mom_romance_movie = State("romance movie", "Description")
       S_mom_movie_afterthoughts = State("romance movie", "Description")
       S_mom_hang_out = State("hang out", "Description")
       S_mom_hang_out_return = State("hang out return", "Description")
       S_mom_mall_outing = State("mall outing", "Description")
       S_mom_cupid_store = State("cupid store", "Description")
       S_mom_choose_gift = State("choose gift", "Description")
       S_mom_show_necklace = State("show necklace", "Description")
       S_mom_dressing_room = State("dressing room", "Description")
       S_mom_smith_dream = State("smith dream", "Description")
       S_mom_spy = State("spy", "Description")
       S_mom_solo_dream = State("solo dream", "Description")
       S_mom_kissing_practice = State("kissing practice", "Description")
       S_mom_shower_walk_in = State("shower walk in", "Description")
       S_mom_car_broken = State("car broken", "Description")
       S_mom_check_car = State("check car", "Description")
       S_mom_car_condition = State("car condition", "Description")
       S_mom_fix_car = State("fix car", "Description")
       S_mom_car_fixed = State("car fixed", "Description")
       S_mom_panties_masturbation_again = State("panties masturbation again", "Description")
       S_mom_night_visit = State("night visit", "Description")
       S_mom_bad_guys_revisit = State("bad guys revisit", "Description")
       S_mom_story_delay = State("story delay", "Description")
       S_mom_sleepover_offer = State("sleepover offer", "Description")
       S_mom_sleepover = State("sleepover", "Description")
       S_mom_sleepover_wakeup = State("sleepover wakeup", "Description")
       S_mom_diane_visit = State("diane visit", "Description")
       S_mom_dinner = State("dinner", "Description")
       S_mom_dinner_outfit = State("dinner outfit", "Description")
       S_mom_dinner_fish = State("dinner fish", "Description")
       S_mom_diane_dinner = State("diane dinner", "Description")
       S_mom_movie_night_two = State("movie night two", "Description")
       S_mom_romance_movie_two = State("romance movie two", "Description")
       S_mom_movie_afterthoughts_two = State("movie afterthoughts two", "Description")
       S_mom_night_visit_two = State("night visit two", "Description")
       S_mom_midnight_noises = State("midnight noises", "Description")
       S_mom_midnight_search = State("midnight search", "Description")
       S_mom_fetch_towel = State("fetch towel", "Description")
       S_mom_midnight_swim_after = State("midnight swim after", "Description")
       S_mom_night_visit_three = State("night visit three", "Description")
       S_mom_note_delay = State("note delay", "Description")
       S_mom_note = State("note", "Description")
       S_mom_fetch_laundry = State("fetch laundry", "Description")
       S_mom_give_laundry = State("give laundry", "Description")
       S_mom_end = State("end")