Changing default blank command response
Moderators: Ice Cream Jonsey, joltcountry
-
- Posts: 151
- Joined: Fri Jul 09, 2010 8:59 am
Changing default blank command response
Is there a way to substitute something else for the default "What?" printed when the player hits enter without typing anything? I notice that the "What?" string is neither stored in Message in hugolib.h nor VMessage in verblib.h. I don't know where it comes from.
-
- Posts: 2256
- Joined: Mon Apr 29, 2002 6:23 pm
- Location: Milwaukee
That message is ParseError with error number 0, although that is one of the messages provided by the engine itself:
http://hugo.gerynarsabode.org/index.php ... ParseError
Still, you can change it just the same using NewParseError:
http://hugo.gerynarsabode.org/index.php ... ParseError
http://hugo.gerynarsabode.org/index.php ... ParseError
Still, you can change it just the same using NewParseError:
http://hugo.gerynarsabode.org/index.php ... ParseError