I realised that some scripts with this new version aren't working.
For example, one of them is "putexplosion2", it just doesn't work for some reason.
I also found others that used to work perfectly on the 2.15 version, and now, they don't work anymore.
I will post here 1 script that used to work and doesn't anymore. It is from my Weapon Select on Maloria.
It's the name function, that when you went over some item with the cursor of the Weapon Select, it used to show you the name of the item at the botton of the gfx.
I attached a screenshot of where the name used to appear, but now it stays stuck with the name of your FIRST item.
Script:
*****************************************
function name(){
showimg 800,@Weapon:,screenwidth/4+38,330;
changeimgvis 800,9;
changeimgcolors 800,.1,.1,.1,.99;
if(this.sloth==0){
showimg 801,@#w(#I(this.index,this.slotv)),screenwidth/4+140,330;
changeimgvis 801,9;
changeimgcolors 801,.1,.1,.1,.99;
}
if(this.sloth==1){
showimg 801,@#w(#I(this.index,7+this.slotv)),screenwidth/4+140,330;
changeimgvis 801,9;
changeimgcolors 801,.1,.1,.1,.99;
}
if(this.sloth==2){
showimg 801,@#w(#I(this.index,14+this.slotv)),screenwidth/4+140,330;
changeimgvis 801,9;changeimgcolors 801,.1,.1,.1,.99; }
if(this.sloth==3){
showimg 801,@#w(#I(this.index,21+this.slotv)),screenwidth/4+140,330;
changeimgvis 801,9;changeimgcolors 801,.1,.1,.1,.99;
}
if(this.sloth==4){
showimg 801,@#w(#I(this.index,28+this.slotv)),screenwidth/4+140,330;
changeimgvis 801,9;changeimgcolors 801,.1,.1,.1,.99;
}
}
*****************************************
If you people find other commands/scripts that aren't working, please post them here. This thread has nothing to do with bugs of the executable, but with the NPC's scripts.
So please, mods, don't delete this thread. |