Show Inventory


Opens the inventory widget for the specified character.

Signature:

show_inventory(character)
ArgumentDescriptionTypeRequired
characterCharacter whose inventory will be opened. If no character is specified, the current player character's inventory will be opened.EntityNo

Example:

show_inventory(party.member["Stumpy"]);

Results: The inventory widget for party member Stumpy will be displayed.


Editor Node:

Visual Demo: