Prozen Posted September 13, 2015 Share Posted September 13, 2015 (edited) This was solved, thanks. Edited September 13, 2015 by Prozen Quote Link to comment Share on other sites More sharing options...
empathy Posted September 13, 2015 Share Posted September 13, 2015 I was writing a framework for my scripts, I went to start it up and got this error.. Paste the code? Quote Link to comment Share on other sites More sharing options...
FrostBug Posted September 13, 2015 Share Posted September 13, 2015 (edited) Did you mess with the Script constructor? EDIT: Check that you didn't: - make the parameterless script constructor private - make the Script class abstract Edited September 13, 2015 by FrostBug Quote Link to comment Share on other sites More sharing options...
Prozen Posted September 13, 2015 Author Share Posted September 13, 2015 Did you mess with the Script constructor? EDIT: Check that you didn't: - make the parameterless script constructor private - make the Script class abstract Can you look at the code I posted and see whats wrong? Thanks Quote Link to comment Share on other sites More sharing options...