This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
show_inventory [2021/04/21 18:52] – justin | show_inventory [2024/10/14 22:31] (current) – justin | ||
---|---|---|---|
Line 2: | Line 2: | ||
---- | ---- | ||
- | Opens the [[inventory]] | + | Opens the [[inventory]] |
====Signature: | ====Signature: | ||
<code python> | <code python> | ||
- | show_inventory() | + | show_inventory(character) |
</ | </ | ||
^Argument^Description^Type^Required^ | ^Argument^Description^Type^Required^ | ||
- | | (No arguments for this function) | + | |character|[[Character]] whose [[inventory]] will be opened. If no [[character]] is specified, the current [[player_character|player character' |
====Example: | ====Example: | ||
<code bauxite> | <code bauxite> | ||
- | show_inventory(); | + | show_inventory(party.member[" |
</ | </ | ||
- | // | + | // |
---- | ---- |