Prozen Posted September 13, 2015 Posted September 13, 2015 (edited) This was solved, thanks. Edited September 13, 2015 by Prozen
empathy Posted September 13, 2015 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?
FrostBug Posted September 13, 2015 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
Prozen Posted September 13, 2015 Author 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