StoreFollowerInventory

From Dragon Age Toolset Wiki
Jump to: navigation, search

Store a follower inventory on a placeable

void StoreFollowerInventory(
object oFollower,
object oTarget
);
Parameters:
oFollower
Source creature
oTarget
Target placeable
Returns:

Nothing.

Source:

script.ldf

Description

Store a follower inventory on a placeable.

NOTE: As with all commands that add items to a container, this command will reset the container (placeable) to interactive no matter its previous state.


See also

RestoreFollowerInventory