Table of Contents

Method OpenInventory

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

OpenInventory()

Instructs the player to open their inventory.

public void OpenInventory()

OpenInventory(NwCreature)

Opens the specified creatures inventory, and shows it to the player.

public void OpenInventory(NwCreature target)

Parameters

target NwCreature

The target creature's inventory to view.

Remarks

DMs can see any player or creature's inventory. Players can only view their own inventory, or that of a henchmen.

OpenInventory(NwPlaceable)

Forces the player to open the inventory of the specified placeable.

public void OpenInventory(NwPlaceable target)

Parameters

target NwPlaceable

The placeable inventory to be viewed.