The parser is now available for download at:
http://www.rudolphuebe.com/suf/uploads/autoparsertemplate.zip
Thanks to Candle for the hosting.
http://www.rudolphuebe.com/suf/uploads/autoparsertemplate.zip
Thanks to Candle for the hosting.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Edmundo on Sat 03/02/2007 19:50:25
We also need less of the following:[/p]
1. Pirates
2. Paranormal
3. Horror
3. Knights and Wizards
4. Space Adventures
5. Detectives
6. Indiana Jones
Quote from: sthomannch on Tue 21/11/2006 16:25:59
Anybody still interested in a complete walkthrough?
Quote from: GarageGothic on Sun 01/10/2006 09:19:38
It's because you're using old scripting style with strings rather than Strings. You need to use StrContains instead, or rewrite your code to use Strings (maybe not possible depending on which AGS version you're using).
Quote from: Pumaman on Fri 29/09/2006 19:18:16
Well, if you're not bothered about teh sentence structure and just want to check for particular words, it's just as easy to do it yourself:
if (input.Contains("beer") && input.Contains("Homer")) {
// do something
}
Quote from: Rui "Trovatore" Pires on Fri 29/09/2006 13:42:58
You mean like the functions StrContain (and its 2.7 counterpart), and like "if (Said(anyword beer rol))" stuff?
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.078 seconds with 14 queries.