Morph script

i am looking for a morph script D: like to change you into something how would i do this i am thinking somewhere along the lines of taking a body then having no head like have a tool then when used changes you right to that and will change you back

You need GANI’s

// GraalReborn NPC by Beholder
if (playertouchsme){toweapons SexayDisquise;}
if (weaponfired) {
setplayerprop #c,CHANGE FORM!!;
setani bowling,;
play swordon.wav;
setplayerprop #3,spooonshead.png;
sleep .1;
setplayerprop #C0,orange;
sleep .1;
setplayerprop #C1,orange;
sleep .1;
setplayerprop #C2,orange;
sleep .1;
setplayerprop #C3,orange;
sleep .1;
setplayerprop #C4,black;
sleep .1;
setplayerprop #2,no-shield.png;
sleep .3;
setplayerprop #c,I’M FUCKING AWESOME!!;
setani idle,;
play goal.wav;
}

LOL

lol, wut?

well that’s interesting -___-

What? you got the answer. You need to use replaceaceani walk,youranimation; and create your own gani’s.

if (weaponfired){
if (this.inuse=0){
this.inuse=1;
replaceani walk,putwalkganihere;
replaceani idle,putidleganihere;
}
else {
this.inuse=0;
replaceani walk,walk;
replaceani idle,idle;
}
}

you can also replace other ganis such as swim so it makes you look as if your walking over water
replaceani swim,putwalkganihere;

You should try formatting your scriptings.

what do you mean by formatting, you mean using [ code] and [/ code]? and using indentation
if so thats just effort wasted for small scripts… at least i think so