Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Can't ket the SDK work from test bed on an empty project

I have copy all script from the near's test bed to an empty project and when a choose new game it's always crash and say:

line 341: cannot convert nil into string?

Strange, it work fine in the test bed the only thing i've done is copy all script from one to another empty project.. and yes they are all above main in the same order from the test bed?

Any idea?

Thanks
 
#--------------------------------------------------------------------------
# * Evals text from an input source
#--------------------------------------------------------------------------
def self.text_box_input(element, index)
return if index == 0
commands = element.split('|')
eval(commands[index]) <---Line 341
end
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top