Method OpenInventory
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
targetNwCreatureThe 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
targetNwPlaceableThe placeable inventory to be viewed.