From ec630f54d67fa37e0ad79936c3eaf9cf1cd2ac1f Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Thu, 3 Nov 2022 04:28:19 +0700 Subject: story mode completed --- ShiftOS-TheRevival/MainForms/Strings.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShiftOS-TheRevival/MainForms/Strings.vb') diff --git a/ShiftOS-TheRevival/MainForms/Strings.vb b/ShiftOS-TheRevival/MainForms/Strings.vb index fe3f311..593a40b 100644 --- a/ShiftOS-TheRevival/MainForms/Strings.vb +++ b/ShiftOS-TheRevival/MainForms/Strings.vb @@ -1,9 +1,8 @@ Public Class Strings Public Shared OSInfo() As String - Public Shared ComputerInfo(2) As String + Public Shared ComputerInfo(3) As String Public Shared IsFree As Boolean Public Shared OnceInfo(0) As String - Public Shared StoryChapter As Integer Public Shared AvailableFeature(1) As String 'STRING CATEGORIZATION WRITING RULES! @@ -32,6 +31,7 @@ '0 = Computer Name (0.1) (default : shiftos) '1 = Username (0.1) (default : user) '2 = Codepoint (0.2) (default : 0) + '3 = Story Chapter (0.2) (default : 0 for New Game) ' 'AvailableFeature (Default is defined on the Story Mode, Free Mode automatically assigns every available feature to 1)Strings: '0 = MAN command [Manual on each command] (0.2) (default : 0) -- cgit v1.2.3