Battle Realms Wiki
Register
Advertisement

Format[]

int Version;
if(Version)
{
	int NumEntries;
	for(int i = 0; i < NumEntries; i++)
	{
		int StrID;
		bool ANSI;
		int Length;
		char StrText[Length << !ANSI];
	}
}
Advertisement