Forum: PogamutUT2004

Command Module

Hello
I'm trying to run some of the example in Tutorial Chapter 7 (command module). I pasted some of the code into EmptyBot, but I get errors right away for the lines
public AgentInfo agent;
public Game game;
public Players players;
public Senses senses;
public Items items;

it says "Cannot find symbol" for all the public types above. How do I get around this problem?

Thanks,
Seb
What version of Pogamut are you using?

In version 3.0.11 all command modules are already instanciated if you add new Project - Pogamut Java Bot. Look for comments in logic() method. In this respect the modules tutorial is a little bit out of date.

michal