Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Talk:Principal Smith

Discussion page of Principal Smith
Revision as of 02:47, 12 September 2018 by Bdsmgeek (talk | contribs) (Created page with " T_smith_intro = Trigger("intro", "default") T_smith_go_to_locker = Trigger("go to locker") T_smith_unlocked_locker = Trigger("unlocked locker")...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
       T_smith_intro = Trigger("intro", "default")
       T_smith_go_to_locker = Trigger("go to locker")
       T_smith_unlocked_locker = Trigger("unlocked locker")
       T_smith_go_to_athletics = Trigger("go to athletics")
       T_smith_end = Trigger("end")
       S_smith_start = State("start")
       S_smith_intro = State("intro")
       S_smith_go_to_locker = State("go to locker")
       S_smith_unlocked_locker = State("unlocked locker")
       S_smith_go_to_athletics = State("go to athletics")
       S_smith_end = State("end")