This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
item_editor [2022/06/16 18:45] – justin | item_editor [2022/06/16 18:45] (current) – justin | ||
---|---|---|---|
Line 20: | Line 20: | ||
|Usable|Determines whether the item will be used/ | |Usable|Determines whether the item will be used/ | ||
|Number of Uses|Determines the number of times a usable item can be used/ | |Number of Uses|Determines the number of times a usable item can be used/ | ||
- | |Script|Optional script that will be triggered when the player uses the item. This property is only available if the item is marked as usable. The ID of the item will be stored in the **$item_id** local variable.| | + | |Script|Optional script that will be triggered when the player uses the item. This property is only available if the item is marked as usable. The item's ID will be stored in the **$item_id** local variable.| |
~~NOTOC~~ | ~~NOTOC~~ |