I see there is no checking if the object we provide in ScrollBindObject() is valid or not. Even if the object is not present in config I get no error or message.
It's actually on purpose as those config sections can be loaded/defined later on (think of level-specific characters, for example) but bindings are done at the very beginning.
Comments