======Show Inventory====== ---- Opens the [[inventory]] [[widget]] for the specified [[character]]. ====Signature:==== show_inventory(character) ^Argument^Description^Type^Required^ |character|[[Character]] whose [[inventory]] will be opened. If no [[character]] is specified, the current [[player_character|player character's]] [[inventory]] will be opened.|[[Entity]]|No| ====Example:==== show_inventory(party.member["Stumpy"]); //Results:// The [[inventory]] [[widget]] for [[add_party_member|party member]] Stumpy will be displayed. ---- ====Editor Node:==== {{:wiki:show_inventory_node.png?nolink|}} ====Visual Demo:==== {{:wiki:show_inventory_demo.gif?nolink|}} ~~NOTOC~~