Change: proof of concept news messages

This commit is contained in:
Andy
2014-12-27 14:51:59 +00:00
parent 008c634c4b
commit b0ab20f62b

View File

@@ -1,4 +1,4 @@
class FMainClass extends GSController class FMainClass extends GSController
{ {
function Start(); function Start();
} }
@@ -23,6 +23,7 @@ function FMainClass::Start()
} else { } else {
GSLog.Info("We're not at the bottom of the lake."); GSLog.Info("We're not at the bottom of the lake.");
} }
GSNews.Create(GSNews.NT_GENERAL, "There is a fish here", GSCompany.COMPANY_INVALID);
// GSLog.Info("I am a very new AI with a ticker called MyNewAI and I am at tick " + this.GetTick()); // GSLog.Info("I am a very new AI with a ticker called MyNewAI and I am at tick " + this.GetTick());
this.Sleep(50); this.Sleep(50);
} }