Hey, got it sorted. I was using a text parser tutorial I found in the forums and it had alot more functionality than I wanted.
I just removed the line:
Code: ags
Thanks for the help anyway
I just removed the line:
else if (Parser.SaidUnknownWord()) {
Display("Please use another word for '%s'.", Parser.SaidUnknownWord());
}
Thanks for the help anyway