From 6bd059c712945a254ef7d0257f93da57624365d3 Mon Sep 17 00:00:00 2001 From: Andy <1780327+andythenorth@users.noreply.github.com> Date: Sat, 27 Dec 2014 15:22:09 +0000 Subject: [PATCH] Change: proof of concept for Goal Question (annoying) --- main.nut | 1 + 1 file changed, 1 insertion(+) diff --git a/main.nut b/main.nut index 9367538..c0c6e8a 100644 --- a/main.nut +++ b/main.nut @@ -27,6 +27,7 @@ function FMainClass::Start() lake_news.AddParam(200); } GSNews.Create(GSNews.NT_GENERAL, lake_news, GSCompany.COMPANY_INVALID); + GSGoal.Question(1, GSCompany.COMPANY_INVALID, lake_news, GSGoal.QT_INFORMATION, GSGoal.BUTTON_GO); // GSLog.Info("I am a very new AI with a ticker called MyNewAI and I am at tick " + this.GetTick()); this.Sleep(50); }