EVENT INVENTORYLEFT: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This event is called when the player move to the left in his inventory ( default key is "[" ). See also [[EVENT_INVENTORYRIGHT]] and [[EVENT_INVENTORY]]. | This event is called when the player move to the left in his inventory ( default key is "[" ). See also [[EVENT_INVENTORYRIGHT]] and [[EVENT_INVENTORY]]. | ||
Gamevar RETURN holds the value of the item being selected. | |||
:'''0''' - None | |||
:'''1''' - Portable Medkit | |||
:'''2''' - Steroids | |||
:'''3''' - Holoduke | |||
:'''4''' - Jetpack | |||
:'''5''' - Nightvision Googles | |||
:'''6''' - Scuba Gear | |||
:'''7''' - Boot | |||
Setting gamevar RETURN to certain value will force the choosen to the defined item. |
Revision as of 17:05, 14 April 2008
This event is called when the player move to the left in his inventory ( default key is "[" ). See also EVENT_INVENTORYRIGHT and EVENT_INVENTORY.
Gamevar RETURN holds the value of the item being selected.
- 0 - None
- 1 - Portable Medkit
- 2 - Steroids
- 3 - Holoduke
- 4 - Jetpack
- 5 - Nightvision Googles
- 6 - Scuba Gear
- 7 - Boot
Setting gamevar RETURN to certain value will force the choosen to the defined item.