EVENT PREVIOUSWEAPON: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m typo |
||
Line 3: | Line 3: | ||
This [[event]] is called when the player takes the previous weapon he has ( 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 | 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 chosen, including Mighty Foot which normaly isn't selected by this command. | ||
[[Category:Events]] | [[Category:Events]] |
Revision as of 11:50, 5 February 2015
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 chosen, including Mighty Foot which normaly isn't selected by this command.