Bale
Minion
Hi all,
What's the code to change outfits?
Thanks.
In cli:
outfit outfit_name
In ash there is no simple command, so you have to equip each item separately
equip($slot[hat], $item[chef's hat]);
equip($slot[weapon], $item[disco ball]);
and so on...