#SquirrelJME: I implemented what I call QuickCaching, basically if a local variable that is never written to placed on the stack it becomes cached. So in the case of this method call it just uses the cached local instead. This makes the code faster and smaller!