EVENT DISPLAYSPIT: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
Created page with "EVENT_DISPLAYSPIT is a Game Event. This event is run whenever the onscreen 'loogie' animation is played (Triggered when the player is hit by the Lizman..."
 
mNo edit summary
 
Line 1: Line 1:
{{EventTable|1=EVENT_DISPLAYSPIT |2=[[screenpeek]]|3=[[i|player->i]]|4=1 value}}
EVENT_DISPLAYSPIT is a [[EDuke32_event_list|Game Event]].
EVENT_DISPLAYSPIT is a [[EDuke32_event_list|Game Event]].


This event is run whenever the onscreen 'loogie' animation is played (Triggered when the player is hit by the Lizman's spit attack)
This event is run whenever the onscreen 'loogie' animation is played. Triggered when the player is hit by the Lizman's spit attack.
 
Set RETURN to a nonzero value to disable the animation.


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

Latest revision as of 08:09, 30 January 2022

Event ID player# THISACTOR RETURN
EVENT_DISPLAYSPIT screenpeek player->i 1 value

EVENT_DISPLAYSPIT is a Game Event.

This event is run whenever the onscreen 'loogie' animation is played. Triggered when the player is hit by the Lizman's spit attack.

Set RETURN to a nonzero value to disable the animation.