Ayelius Posted June 25, 2022 Share Posted June 25, 2022 I hope there's still people active here who know their way around Fallout 3' scripting. I'm trying to force-equip the player with a random clothing item from a leveled list. Using the ID in the EquipItem function as I would do it like using AddItem doesn't work. And since there's no return value, I don't know how I could get the ref to the random item being added. The only way I could think of right now is check whether the player inventory contains one of the possible items from within the list, so a check for every possible item and then EquipItem with that ID, but it seems a bit hacky. Maybe there's a better way these days? Link to comment Share on other sites More sharing options...
Recommended Posts