diff options
| author | EverythingWindows <[email protected]> | 2022-11-03 04:28:19 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-03 04:28:19 +0700 |
| commit | ec630f54d67fa37e0ad79936c3eaf9cf1cd2ac1f (patch) | |
| tree | 634bacedc8352e46746228cf9be6bbe65ff55867 /ShiftOS-TheRevival/MainForms/Strings.vb | |
| parent | 0f683e5c3535e8c3f20230aef44f6da1894e3746 (diff) | |
| download | shiftos-therevival-old-ec630f54d67fa37e0ad79936c3eaf9cf1cd2ac1f.tar.gz shiftos-therevival-old-ec630f54d67fa37e0ad79936c3eaf9cf1cd2ac1f.tar.bz2 shiftos-therevival-old-ec630f54d67fa37e0ad79936c3eaf9cf1cd2ac1f.zip | |
story mode completed
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Strings.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/Strings.vb | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
