EVENT NEXTWEAPON: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
No edit summary
Nexus (talk | contribs)
m typo
Line 3: Line 3:
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.
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 normally isn't selected by this command.


[[Category:Events]]
[[Category:Events]]

Revision as of 12:49, 5 February 2015

EVENT_NEXTWEAPON is a Game Event.

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 normally isn't selected by this command.