RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
crazy eror

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 83
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]}

**
Rep:
Level 83
Detective Scrotes
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.