The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: rgalaxy on August 17, 2009, 06:32:38 AM

Title: crazy eror
Post by: rgalaxy on August 17, 2009, 06:32:38 AM
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]}
Title: Re: crazy eror
Post by: albertfish on August 22, 2009, 11:14:15 PM
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.