Thank you for taking the time to view my question.
I am trying to dabble in scripting in RGSS3, having used RGSS to a fair extent. However, I can't get basic method calls to work. I have a class, test, and the method, def method_test, but calling $test.method_test doesn't execute the print function in the method. It just throws a nil error referencing the eval(script) line of game_interpreter and crashes the project. I tried calling it in a script rather than an event, and it throws the same error, citing the line of the $test call. Its probably something stupid easy I'm missing, but I've tried everything I can think of and uncle Google hasn't been of much help. Anyone know what the issue is?