EVENT DISPLAYTIP: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
Created page with "EVENT_DISPLAYTIP is a Game Event. This event is run whenever the tipping animation is displayed (triggered in-game by using the strippers) Set RETURN t..."
 
mNo edit summary
Line 1: Line 1:
EVENT_DISPLAYTIP is a [[EDuke32_event_list|Game Event]].
EVENT_DISPLAYTIP is a [[EDuke32_event_list|Game Event]].


This event is run whenever the tipping animation is displayed (triggered in-game by using the strippers) Set RETURN to 1 to disable.
This event is run whenever the tipping animation is displayed, triggered whenever [[tipincs]] is nonzero.
 
If RETURN is set to -1, the animation is disabled, and the currently active weapon will still be displayed.
 
If RETURN is set to 1, the animation is disabled, but the weapon will remain hidden until [[tipincs]] is 0.


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

Revision as of 08:12, 30 January 2022

EVENT_DISPLAYTIP is a Game Event.

This event is run whenever the tipping animation is displayed, triggered whenever tipincs is nonzero.

If RETURN is set to -1, the animation is disabled, and the currently active weapon will still be displayed.

If RETURN is set to 1, the animation is disabled, but the weapon will remain hidden until tipincs is 0.