Discuss the new AI features ("NoAI") introduced into OpenTTD 0.7, allowing you to implement custom AIs, and the new Game Scripts available in OpenTTD 1.2 and higher.
case GSEvent.ET_COMPANY_BANKRUPT:
local instance = GSEventCompanyBankrupt.Convert(ev);
local company_id = instance.GetCompanyID();
if (company_id == GSCompany.COMPANY_INVALID) break;
GSNews.Create(GSNews.NT_GENERAL, GSText(GSText.STR_COMPANY, company_id), GSCompany.COMPANY_INVALID);
break;
in english.txt: STR_COMPANY :company neve: {COMPANY}
And the {COMPANY} text is empty.
How can I get the name of bankrupted company?
It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration. --Edsger Dijkstra
I thought
And if these company showing in an StroryPage Element, the text also gone.
And the same is the case with old company if two companies merged?