1
Modding / Re: Misc modding questions that are too minor to warrant their own thread
« on: January 26, 2020, 02:43:15 PM »It is a tree, but this construction looks wrong. getNode() returns an FDNode but takes a String as a parameter so you couldn't chain it like this.
getNode() is overloaded! There's one that takes in an FDNode and is actually the one you use in CoreScript