Jump to content

Question about script-injecting items


Recommended Posts

Apart from the "reset default outfit" bug the game does not seem to change outfit like it will auto loot to upgrade weapons in combat.

 

Except ... if the active AI package includes sleep and there is an abSleepOutfit = defined the game *sometimes* switches, but inconsistently.

 

You need to either script SetOutfit() or EquipItem() to get the actor to use whatever you have added to their inventory. With SetOutfit you dont need to add the outfit or armor items, it does that all automagically. Except it doesn't work on the player.

Link to comment
Share on other sites

Apart from the "reset default outfit" bug the game does not seem to change outfit like it will auto loot to upgrade weapons in combat.

 

Except ... if the active AI package includes sleep and there is an abSleepOutfit = defined the game *sometimes* switches, but inconsistently.

 

You need to either script SetOutfit() or EquipItem() to get the actor to use whatever you have added to their inventory. With SetOutfit you dont need to add the outfit or armor items, it does that all automagically. Except it doesn't work on the player.

 

Thanks

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...