Normal
It's in my loader template. Here's the relevant code.[code]function initl(l) { //...initialization stuff registerUBoob(); loader.unloadMod();}//updates underboob with breast sliderfunction 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.
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
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.
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.