ERROR WITH MESSAGE IN EVENT [SOLVED]

Posts

Pages: 1
I'm having some problems with an event, and I can't figure out exactly what the problem is. The error I'm getting is this:

It seems that the error appears when I press the button to skip the text window, but only sometimes.

The event in question is this one. I can't see anything that would cause any error at all. Anyone know what is happening?
The error points to this here:
def process_escape_character(code, text, pos)
  case code.upcase
As it seems, something went wrong with whatever is calling this method. It isn't passing anything to the first param (code), or is at least passing 'nil' instead of a string or character.

Are you using a custom message system? Also, what does the \{1} do?
I'm suspecting it's a typo, but if not...
Yeah I figured it out. The error was with the \{1}. It was supposed to be \C{1}.
Pages: 1