EVENT NEXTWEAPON: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
This event is called when the player take the next weapon he have ( default key is " ' " ). See also [[EVENT_PREVIOUSWEAPON]].
This event is called when the player take the next weapon he have ( default key is " ' " ). See also [[EVENT_PREVIOUSWEAPON]].
Gamevar RETURN doesn't correctly show the value of the selected weapon. But setting gamevar RETURN to certain value will determine what weapon will be choosen, including Mighty Foot which normaly isn't selected by this command.

Revision as of 18:58, 14 April 2008

This event is called when the player take the next weapon he have ( default key is " ' " ). See also EVENT_PREVIOUSWEAPON.

Gamevar RETURN doesn't correctly show the value of the selected weapon. But setting gamevar RETURN to certain value will determine what weapon will be choosen, including Mighty Foot which normaly isn't selected by this command.