ModGuy
Content Creator
- Joined
- Feb 17, 2011
DarkVioletMoonRay said:I don't get everything that I need to code it with. I just get the position and that's it; none of that "parent:null" stuff.
Hardly a reason to give up is it?
You are given the code, having to type it up isn't an impossible task.
I mean your template literally only contained a black line.
Here's the code that worked for me:
Code:
if(this.parent.parent != null){
var main = this.parent.parent;
main.loadCustomFull(new Mark(), ".|Her.head","x:-28;y:-159;r:4;");
main.unloadMod();
}
Although at this point you should be using Kona's template.