User Tools

Site Tools


inventory

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
inventory [2017/08/28 14:54] justininventory [2017/10/04 08:48] (current) justin
Line 2: Line 2:
 ---- ----
  
-**Inventory** refers to the system which manages the items that the player is carrying at any given time throughout the course of your game. This is represented visually by the inventory window as shown in the image below.+**Inventory** refers to the system which manages the items that the player is carrying at any given time throughout the course of your game. This is represented visually by the inventory window as shown in the image below. When enabled, the player can access their inventory by pressing the "I" key.
  
 The inventory system is enabled by default, but if your game doesn't have a need for it (or you don't want the visual aspects like the inventory button and window to be shown), you can disable it from your [[Game Configuration]]. If it is disabled, you can still make use of the player's inventory behind the scenes through scripting functions like [[Give Item]] or evaluating if the player has an item via a [[conditional expression]]. The inventory system is enabled by default, but if your game doesn't have a need for it (or you don't want the visual aspects like the inventory button and window to be shown), you can disable it from your [[Game Configuration]]. If it is disabled, you can still make use of the player's inventory behind the scenes through scripting functions like [[Give Item]] or evaluating if the player has an item via a [[conditional expression]].
  
-When enabled, the player can access their inventory by pressing the "I" key. The visual appearance of the inventory window and button can be customized from the [[Theme Editor]].+<WRAP center round info 100%> 
 +The visual appearance of your game'inventory window and button can be customized from the [[Theme Editor]] by editing the images for "Window Titlebar", "Window Body", "Item Slot", and "Inventory Button". Most of these images are shared with the [[item container]] window. 
 +</WRAP>
  
 {{:wiki:inventory.png?nolink|}} {{:wiki:inventory.png?nolink|}}
  
 ~~NOTOC~~ ~~NOTOC~~
inventory.txt · Last modified: 2017/10/04 08:48 by justin