Change: proof of concept news messages
This commit is contained in:
3
main.nut
3
main.nut
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user