From b0ab20f62b807f691788721513c28b9633b3894f Mon Sep 17 00:00:00 2001 From: Andy <1780327+andythenorth@users.noreply.github.com> Date: Sat, 27 Dec 2014 14:51:59 +0000 Subject: [PATCH] Change: proof of concept news messages --- main.nut | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.nut b/main.nut index 4e2e45d..04955a6 100644 --- a/main.nut +++ b/main.nut @@ -1,4 +1,4 @@ -class FMainClass extends GSController +class FMainClass extends GSController { function Start(); } @@ -23,6 +23,7 @@ function FMainClass::Start() } else { 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()); this.Sleep(50); }