Reply to thread

It's in my loader template. Here's the relevant code.

[code]

function initl(l) {

  //...initialization stuff


  registerUBoob();


  loader.unloadMod();

}


//updates underboob with breast slider

function registerUBoob() {

   var setBreasts = lProxy.createProxy(g.characterControl, "setBreasts");

   setBreasts.addPost(function():void {

       uboobslider();

   }, false);


   //initialize

   uboobslider();

}

function uboobslider() {

   uboob.gotoAndStop(g.characterControl.breastSize+1);

}

[/code]

If you're using the extended vanilla template [USER=4600]@sby[/USER] made, it should still be possible to use this code, but you'll need to consult with him on how to properly initialize loader stuff.


Top


Are you 18 or older?

This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.