Posted 20 November 2012 - 04:12 PM
Hey, I'm trying to put some turtle functions in a rom based API. The problem is that this tends to load before the turtle API and the result is that all the turtle functions get called in their native form (like, the java versions, you know?). This is kinda cool and all, but it breaks all the stuff that needs returns from those functions, the breakages range from subtle to fatal but I'd like to avoid all of them. So, do I just have to recreate the turtle api lua in my api or is there a way to have my api load after the turtle api has loaded?