Difference between revisions of "Talk:Harold"

From Summertime Saga Wiki
Jump to: navigation, search
(Created page with "Harold fsm code T_harold_donuts = Trigger("advance", "Give Harold with donuts") T_harold_leaves = Trigger("leaves", "Harold decided to leave") T_harol...")
 
m (Blanked the page)
(Tag: Blanking)
 
Line 1: Line 1:
Harold fsm code
 
  
        T_harold_donuts = Trigger("advance", "Give Harold with donuts")
 
        T_harold_leaves = Trigger("leaves", "Harold decided to leave")
 
        T_harold_missing = Trigger("missing", "Harold has gone missing")
 
        T_harold_photo_clue = Trigger("photo clue", "A photo of Harold and Helen suggesting where he is")
 
        T_harold_found = Trigger("found", "You found Harold")
 
        T_harold_glasses = Trigger("glasses", "You gave Harold his glasses")
 
        T_harold_grows_a_pair = Trigger("grows a pair", "Harold grows a pair and rushes to help Yumi")
 
        T_harold_backup = Trigger("backup", "Harold's backup helped save the day")
 
        T_harold_find_goods = Trigger("find goods", "Harold needs you to find the stolen goods for him")
 
        T_harold_found_goods = Trigger("found goods", "You found the stolen goods for Harold")
 
        T_harold_promotion = Trigger("pomotion", "Harold will now get a promotion for finding the goods")
 
        T_harold_indecisiveness = Trigger("indecisiveness", "Harold still hasn't decided to stay with or leave Helen")
 
        T_harold_new_girl = Trigger("new girl", "Harold found found himself a new girl to be with")
 

Latest revision as of 20:14, 30 May 2020