Skip to content

Commit

Permalink
Unlock chapters by reaching them
Browse files Browse the repository at this point in the history
Not by finishing them
  • Loading branch information
TellowKrinkle authored Feb 27, 2020
1 parent e59d7ba commit 7f52f33
Showing 1 changed file with 27 additions and 21 deletions.
48 changes: 27 additions & 21 deletions Update/flow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void Day1()

GetAchievement("HIGURASHI_STORY_EP03_01");

StoreValueToLocalWork( ChapterNumber, 1 );
StoreValueToLocalWork( ChapterNumber, 2 );
SavePoint("Ch.1 終わり", "End of Chapter 1");
CallSection( "SetDay" );
CallSection( "ViewTips" );
Expand All @@ -155,7 +155,7 @@ void Day2()

GetAchievement("HIGURASHI_STORY_EP03_02");

StoreValueToLocalWork( ChapterNumber, 2 );
StoreValueToLocalWork( ChapterNumber, 3 );
SavePoint("Ch.2 終わり", "End of Chapter 2");
CallSection( "SetDay" );
CallSection( "ViewTips" );
Expand All @@ -169,7 +169,7 @@ void Day3()

GetAchievement("HIGURASHI_STORY_EP03_03");

StoreValueToLocalWork( ChapterNumber, 3 );
StoreValueToLocalWork( ChapterNumber, 4 );
SavePoint("Ch.3 終わり", "End of Chapter 3");
CallSection( "SetDay" );
CallSection( "ViewTips" );
Expand All @@ -183,7 +183,7 @@ void Day4()

GetAchievement("HIGURASHI_STORY_EP03_04");

StoreValueToLocalWork( ChapterNumber, 4 );
StoreValueToLocalWork( ChapterNumber, 5 );
SavePoint("Ch.4 終わり", "End of Chapter 4");
CallSection( "SetDay" );
CallSection( "ViewTips" );
Expand All @@ -197,7 +197,7 @@ void Day5()

GetAchievement("HIGURASHI_STORY_EP03_05");

StoreValueToLocalWork( ChapterNumber, 5 );
StoreValueToLocalWork( ChapterNumber, 6 );
SavePoint("Ch.5 終わり", "End of Chapter 5");
CallSection( "SetDay" );
CallSection( "ViewTips" );
Expand All @@ -211,7 +211,7 @@ void Day8()

GetAchievement("HIGURASHI_STORY_EP03_06");

StoreValueToLocalWork( ChapterNumber, 6 );
StoreValueToLocalWork( ChapterNumber, 7 );
SavePoint("Ch.6 終わり", "End of Chapter 6");
CallSection( "SetDay" );
CallSection( "ViewTips" );
Expand All @@ -224,7 +224,7 @@ void Day8_2()
{
CallScript( "tata_008_02" );

StoreValueToLocalWork( ChapterNumber, 7 );
StoreValueToLocalWork( ChapterNumber, 8 );

JumpSection("Day9");
}
Expand All @@ -235,7 +235,7 @@ void Day9()

GetAchievement("HIGURASHI_STORY_EP03_07");

StoreValueToLocalWork( ChapterNumber, 8 );
StoreValueToLocalWork( ChapterNumber, 9 );
SavePoint("Ch.7 終わり", "End of Chapter 7");
CallSection( "SetDay" );
CallSection( "ViewTips" );
Expand All @@ -248,7 +248,7 @@ void Day9_2()
{
CallScript( "tata_009_02" );

StoreValueToLocalWork( ChapterNumber, 9 );
StoreValueToLocalWork( ChapterNumber, 10 );

JumpSection("Day10");
}
Expand All @@ -257,7 +257,7 @@ void Day10()
{
CallScript( "tata_010" );

StoreValueToLocalWork( ChapterNumber, 10 );
StoreValueToLocalWork( ChapterNumber, 11 );

JumpSection("Day10_2");
}
Expand All @@ -268,7 +268,7 @@ void Day10_2()

GetAchievement("HIGURASHI_STORY_EP03_08");

StoreValueToLocalWork( ChapterNumber, 11 );
StoreValueToLocalWork( ChapterNumber, 12 );
SavePoint("Ch.8 終わり", "End of Chapter 8");
CallSection( "SetDay" );
CallSection( "ViewTips" );
Expand All @@ -280,7 +280,8 @@ void Day10_3()
{
CallScript( "tata_010_03" );

StoreValueToLocalWork( ChapterNumber, 12 );
StoreValueToLocalWork( ChapterNumber, 13 );
CallSection( "SetDay" );

JumpSection("Day10_4");
}
Expand All @@ -291,7 +292,7 @@ void Day10_4()

GetAchievement("HIGURASHI_STORY_EP03_09");

StoreValueToLocalWork( ChapterNumber, 13 );
StoreValueToLocalWork( ChapterNumber, 14 );
SavePoint("Ch.9 終わり", "End of Chapter 9");
CallSection( "SetDay" );
CallSection( "ViewTips" );
Expand All @@ -303,7 +304,8 @@ void Day11()
{
CallScript( "tata_011" );

StoreValueToLocalWork( ChapterNumber, 14 );
StoreValueToLocalWork( ChapterNumber, 15 );
CallSection( "SetDay" );

JumpSection("Day11_2");
}
Expand All @@ -312,7 +314,8 @@ void Day11_2()
{
CallScript( "tata_011_02" );

StoreValueToLocalWork( ChapterNumber, 15 );
StoreValueToLocalWork( ChapterNumber, 16 );
CallSection( "SetDay" );

JumpSection("Day11_3");
}
Expand All @@ -323,7 +326,7 @@ void Day11_3()

GetAchievement("HIGURASHI_STORY_EP03_10");

StoreValueToLocalWork( ChapterNumber, 16 );
StoreValueToLocalWork( ChapterNumber, 17 );
SavePoint("Ch.10 終わり", "End of Chapter 10");
CallSection( "SetDay" );
CallSection( "ViewTips" );
Expand All @@ -337,7 +340,7 @@ void Day12()

GetAchievement("HIGURASHI_STORY_EP03_11");

StoreValueToLocalWork( ChapterNumber, 17 );
StoreValueToLocalWork( ChapterNumber, 18 );
SavePoint("Ch.11 終わり", "End of Chapter 11");
CallSection( "SetDay" );
CallSection( "ViewTips" );
Expand All @@ -349,7 +352,8 @@ void Day13()
{
CallScript( "tata_013" );

StoreValueToLocalWork( ChapterNumber, 18 );
StoreValueToLocalWork( ChapterNumber, 19 );
CallSection( "SetDay" );

JumpSection("Day13_2");
}
Expand All @@ -360,7 +364,7 @@ void Day13_2()

GetAchievement("HIGURASHI_STORY_EP03_12");

StoreValueToLocalWork( ChapterNumber, 19 );
StoreValueToLocalWork( ChapterNumber, 20 );
SavePoint("Ch.12 終わり", "End of Chapter 12");
CallSection( "SetDay" );
CallSection( "ViewTips" );
Expand All @@ -374,7 +378,8 @@ void Day14()

GetAchievement("HIGURASHI_STORY_EP03_13");

StoreValueToLocalWork( ChapterNumber, 20 );
StoreValueToLocalWork( ChapterNumber, 21 );
CallSection( "SetDay" );

JumpSection("Epilogue_01");
}
Expand All @@ -384,7 +389,8 @@ void Epilogue_01()
{
CallScript( "tata_ep01" );

StoreValueToLocalWork( ChapterNumber, 21 );
StoreValueToLocalWork( ChapterNumber, 22 );
CallSection( "SetDay" );

JumpSection("Epilogue_02");
}
Expand Down

0 comments on commit 7f52f33

Please sign in to comment.