Ok so I've tried fiddling around with things and none of it seems to work. Basically I'm trying to create a little text adventure, with these features:
-Analyses input sentence for keywords, gets order of keywords, and then gets a function out of that. (e.g. "Go get the rope over by the basket". "Get", "rope" and "basket" are filtered, sees the order, so the character gets the rope)
-A scrolling output conversation box. The list object doesn't work because I want it to scroll without you being able to select an item.
-Images that change according to the output box. I should be able to do this.
So, as random tinkering has led me nowhere, can anyone help?