Jump to content

EVENT INVENTORYLEFT

From EDukeWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Event ID player# THISACTOR RETURN
EVENT_INVENTORYLEFT player that executed the input player->i 1 value

EVENT_INVENTORYLEFT is Game Event.

This event is called when the player moves the inventory cursor to the left ( default key is "[" ).

Gamevar RETURN holds the value of the item being selected. Setting it to 0 or less will cause no change.

1 - Portable Medkit
2 - Steroids
3 - Holoduke
4 - Jetpack
5 - Nightvision Googles
6 - Scuba Gear
7 - Boot

Setting the gamevar RETURN to one of the above values will force the chosen item to be selected.

See also EVENT_INVENTORYRIGHT and EVENT_INVENTORY.