RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

crazy eror

Started by rgalaxy, August 17, 2009, 06:32:38 AM

0 Members and 1 Guest are viewing this topic.

rgalaxy

anyone can help me about this?

Script 'ABS 2'line 6593: TypeError occurred.
no implicit conversion from nil to interger

can i solve that?

the line contain:
   return keys.any? {|key| @triggered[key]}

albertfish

It seems as though the line is trying to return a nil value to an integer. But I don't think there is enough of the code posted to determine the source of the problem.