Command Module
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