Ah, I see other people have had the "Where does this tutorial's code go?" problem also.
For the moment I refer to
this, the Spec Oracle section that was itselfed linked from the step by step guide .
The problem arising from the "Implement a Clientside Singleton Getter" which, if added to the _SpecOracleUtilsClassMethods (which is what it mentions just before the code, regardless of the script editor suggesting you do not change that file) it throws a bunch of warnings when compiled (only some to do with the strictness of the distribution package of the code added).
This pales in comparison to the "Add your oracle to the (Clientside) HE_GetSpecOracleByClass" part which shows a function that does not exist in the listed file.
BUT...
Is this code actually meant to go in a newly made MYNEWSHINYORACLE_SpecOracleUtilsClassMethods?, because neither page manages to say this is the case. And so far it is throwing far less warnings my way.