EVENT PREVIOUSWEAPON: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
No edit summary
One (talk | contribs)
mNo edit summary
Line 1: Line 1:
EVENT_PREVIOUSWEAPON is a [[EDuke32_event_list|Game Event]].
EVENT_PREVIOUSWEAPON is a [[EDuke32_event_list|Game Event]].


This [[event]] is called when the player take the previous weapon he have ( default key is " ; " ). See also [[EVENT_NEXTWEAPON]].
This [[event]] is called when the player takes the previous weapon he has ( default key is " ; " ). See also [[EVENT_NEXTWEAPON]].


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


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

Revision as of 12:07, 3 May 2009

EVENT_PREVIOUSWEAPON is a Game Event.

This event is called when the player takes the previous weapon he has ( default key is " ; " ). See also EVENT_NEXTWEAPON.

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.