Private Prop(10) As String
Private mltM() As Integer = {0, 0, 0, 0, 0, 0, 0, 25}
Private mltE() As Integer = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
Private nCountry() As String = {"Britain", "France", "Germany", "Russia", "China", "Japan", "Netherlands", "Austro-Hungary", "Ottoman Empire", "Spain", "Portugal", "USA", "Italy", "Belgium"}
Private season As Integer
Console.WriteLine("Welcome to CountryGame V0.1, please select your starting country by its number.")
Console.WriteLine("List of countries: 1.Britain, 2.France, 3.Germany, 4.Russia, 5.China, 6.Japan, 7.Netherlands, 8.Austro-Hungary, 9.Ottoman Empire, 10.Spain, 11.Portugal, 12.USA, 13.Italy 14.Belgium")
Dim propList() As Integer = {
100000000, 100, 300000, 500000, 100, 100, 2000000, 1500000, 100, 5, 5,
50000000, 100, 300000, 350000, 100, 100, 500000, 500000, 100, 4, 4,
20000000, 100, 250000, 300000, 100, 100, 200000, 100000, 100, 4, 5,
25000000, 100, 300000, 250000, 100, 100, 300000, 200000, 100, 3, 2,
100000000, 100, 1000000, 300000, 100, 100, 2500000, 2000000, 100, 2, 1,
8000000, 100, 200000, 150000, 100, 100, 100000, 100000, 100, 3, 3,
4000000, 100, 500000, 250000, 100, 100, 100000, 50000, 100, 3, 4,
20000000, 100, 250000, 200000, 100, 100, 200000, 200000, 100, 4, 3,
25000000, 100, 300000, 200000, 100, 100, 400000, 300000, 100, 3, 2,
10000000, 100, 200000, 250000, 100, 100, 150000, 150000, 100, 3, 4,
8000000, 100, 300000, 200000, 100, 100, 100000, 80000, 100, 4, 4,
80000000, 100, 500000, 400000, 100, 100, 1000000, 1000000, 100, 4, 3,
5000000, 100, 400000, 250000, 100, 100, 80000, 75000, 100, 3, 3,
3000000, 100, 200000, 150000, 100, 100, 50000, 50000, 100, 3, 5}
temp = Console.ReadLine()
Prop(i) = propList(i + (temp - 1) * 11)
Console.WriteLine("Playing as " & nCountry(temp - 1) & ", loading...")
Console.WriteLine("Command List:")
Console.WriteLine("Enter #info for Global Information")
Console.WriteLine("Enter #ctrl for Main Controls")
Console.WriteLine("Enter #? for Command List")
Console.WriteLine("Enter #pol for Politics & Diplomacy Page")
Console.WriteLine("Enter #mil for Military & Warfare Page")
Console.WriteLine("Enter #fin for Country Property & Finance Page")
Console.WriteLine("Enter #prod for Industrial Production Page")
Console.WriteLine("When you are in an action page, you can access its own help page")
Console.WriteLine("e.g. #pol ? for Politics & Diplomacy help page")
Console.WriteLine("To move between multiple action pages, you must first go to the main controls")
Console.WriteLine("The current year is " & year & ", season " & season & ", you are playing as " & nCountry(temp - 1) & ".")
Console.WriteLine("Enter a command")
Console.WriteLine("You are already in the control page")
Console.WriteLine("The command is invalid. Please enter a valid command")
Console.WriteLine("Enter a command")
Console.WriteLine("Politics & Diplomacy Command List:")
Console.WriteLine("Enter #pol party to switch the governing party")
Console.WriteLine("You are already in the control page")
Console.WriteLine("The command is invalid. Please enter a valid command")