anyone know the body change code.. for a useable item?
or.. wouldnt mind codeing the item for me?..
"ninja amulet"..
or.. wouldnt mind codeing the item for me?..
"ninja amulet"..
if (MyChr.Model == bigmaleID) MyChr.Model -= 1; if (MyChr.Model == bigfemaleID) MyChr.Model -= 1; RemoveItem(ItemUID);
and for making them bigger (as in vice versa) it would simply be. (using same syntax he did)Quote:
Hm... Do something like this; (This is LOTF, but you can probably find the variable yourself, as I have not yet looked into the 5165 source.
That should work, just find the model IDs. This would make it smaller(I think).Code:if (MyChr.Model == bigmaleID) MyChar.Model -= 1; if (MyChr.Model == bigfemaleID) MyChr.Model -= 1; RemoveItem(ItemUID);
if (MyChr.Model == smallmaleID) MyChar.Model += 1; if (MyChr.Model == smallfemaleID) MyChr.Model += 1; RemoveItem(ItemUID);
yeh.. thats the only thing.. lol the rb npcs i'v got doesnt change your body size >< main reason i need to find out how to change it so i can add change body size on them.. and the other body changeing npcQuote:
Check the reborn npc
when he asks you your body size ;)