baloney8sammich Posted January 15, 2019 Share Posted January 15, 2019 I created this script and attached it to several of the LvlRaider forms: Scriptname ChangeOutfitIfFemale extends Actor Const Outfit Property FemaleOutfit auto const mandatory EVENT onLoad() if GetLeveledActorBase().GetSex() == 1 SetOutfit(FemaleOutfit) endif endEVENTBased on initial testing it works as expected, but I was wondering if anyone with more experience might be able to point out potential problems or unexpected (by me) consequences. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts