This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
show_inventory [2024/10/14 22:28] – justin | show_inventory [2024/10/14 22:31] (current) – justin | ||
---|---|---|---|
Line 10: | Line 10: | ||
^Argument^Description^Type^Required^ | ^Argument^Description^Type^Required^ | ||
- | |character|[[Character]] whose [[inventory]] will be opened. If no [[character]] is specified, the current [[player character]]'s [[inventory]] will be opened.|[[Entity]]|No| | + | |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[" |
</ | </ | ||
- | // | + | // |
---- | ---- |