Beast Race-only armor

Post » Fri May 04, 2012 7:31 am

Is there a way to make armor beast race-only? I noticed some armor parts from other mods are missing meshes for humanoid races when I equiped them, since I can't create the meshes myself I'd rather make the armor beast-race only instead of deleting it completely.
User avatar
Kanaoka
 
Posts: 3416
Joined: Fri Jun 16, 2006 2:24 pm

Post » Thu May 03, 2012 11:55 pm

begin Your_Armorshort doOnceshort PCSkipEquipif ( doOnce == 1 )  returnendifif ( CharGenState <> -1 ) ; delay to until PCRace is guaranteedly set  returnendifset doOnce to 1set PCSkipEquip to 1if ( PCRace == 1 ) ; Argonian  set PCSkipEquip to 0endifif ( PCRace == 6 ) ; Khajiit  set PCSkipEquip to 0endifend
User avatar
Bethany Watkin
 
Posts: 3445
Joined: Sun Jul 23, 2006 4:13 pm

Post » Thu May 03, 2012 9:52 pm

I'll give that one a try, thanks.
User avatar
Pawel Platek
 
Posts: 3489
Joined: Sat May 26, 2007 2:08 pm


Return to III - Morrowind