Hello everyone! I just decided to look into learning AGI programming a few weeks ago after learning some basic Java. Thanks to the great resources available, I haven't had too much trouble creating a small sample one-room game through a lot of trial and error.
One thing keeps coming up, though, that I am perplexed by and am hoping somebody can help me out with. In my sample game (built upon the template game in AGI studio), whenever a word not in my WORDS.TOK file is input by the player, a message pops up that says "Logged an unknown word." I can't find the reason for this anywhere in the logic. Why does it happen, and how can I remove it?
There's one other small thing I can't find info on specifically related to using AGI studio. Do you guys know of an easy way to transpose cells in a loop (for a view) for easier animation (change what you want) than drawing the next cel from scratch?
I'm really looking forward to learning more about creating AGI games and can hopefully build my own full game eventually!

Thanks guys!