Anonymous user
GUI, Inventory & Menu: Difference between revisions
Jump to navigation
Jump to search
m
script o-names, not script-o-names
*>SSH m (script o-names, not script-o-names) |
|||
Line 59: | Line 59: | ||
This will detect whether the player's current inventory item selected is iItem. | This will detect whether the player's current inventory item selected is iItem. | ||
Rather than using the item numbers, AGS now uses ''' | Rather than using the item numbers, AGS now uses '''script O-Names''': usually ''i'' followed by the item name for inventory items(so, if the item is called ''Key'' the script O-Name will be ''iKey''), which are shown on the 'Inventory Items' window of the editor). | ||
==Customizing graphics of AGS default GUIs; Creating your own GUIs== | ==Customizing graphics of AGS default GUIs; Creating your own GUIs== |