From 537ba4982ec7c8b3a1a3609fe13bc6f0624fee73 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Wed, 23 Nov 2022 21:30:54 +0700 Subject: Integrating Chapter 2 into the game and minor changes to check the story --- ShiftOS-TheRevival/API/ConsoleAPI.vb | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS-TheRevival/API/ConsoleAPI.vb') diff --git a/ShiftOS-TheRevival/API/ConsoleAPI.vb b/ShiftOS-TheRevival/API/ConsoleAPI.vb index adb0d6f..34a4cec 100644 --- a/ShiftOS-TheRevival/API/ConsoleAPI.vb +++ b/ShiftOS-TheRevival/API/ConsoleAPI.vb @@ -1,4 +1,5 @@ Module ConsoleAPI + Public StayAtChapter As Boolean = False 'If this set to true, then intro for chapters are mostly going to be in Public Sub Console_Windowed() Console.WindowState = FormWindowState.Normal -- cgit v1.2.3