pxd2050 Posted August 21, 2020 Share Posted August 21, 2020 Can do like this: outfit myoutfit = actor.GetActorBase().GetOutfit()if myoutfit actor.setoutfit(myoutfit)endif ------------------GetOutfit() return is defaultoutfit ?or currentequip? Link to comment Share on other sites More sharing options...
Evangela Posted August 21, 2020 Share Posted August 21, 2020 (edited) The return value for GetOutfit is confusing.. if I understand what it says, it will return the default if the absleeoutfit is set to false, and return the current sleep outfit if true @_@ so if it's only for sleep outfits, then what use it for getting the current outfit set by SetOutfit..? Edited August 21, 2020 by Rasikko Link to comment Share on other sites More sharing options...
pxd2050 Posted August 22, 2020 Author Share Posted August 22, 2020 The return value for GetOutfit is confusing.. if I understand what it says, it will return the default if the absleeoutfit is set to false, and return the current sleep outfit if true @_@ so if it's only for sleep outfits, then what use it for getting the current outfit set by SetOutfit..?Thank you for your reply. After testing, getoutfit returns the default outfit instead of the equipment on your body. So the idea of using the getoutfit return value to set your gear as the default outfit doesn't work.My English is very poor Link to comment Share on other sites More sharing options...
Recommended Posts