EVENT PREGAME: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Mblackwell (talk | contribs)
Created page with "''this page is a stub'' ---- All sprites are processed in the following fashion: 1. EVENT_PREGAME<br> 2. hardcoded stuff<br> 3. EVENT_GAME<br> One potential use is to exa..."
 
Mblackwell (talk | contribs)
mNo edit summary
Line 10: Line 10:
3. EVENT_GAME<br>
3. EVENT_GAME<br>


One potential use is to examine values which are clobbered by commands such as ifhitweapon/ifwasweapon.
One potential use is to examine values which are clobbered by commands such as [[ifhitweapon]]/[[ifwasweapon]].

Revision as of 14:54, 14 April 2013

this page is a stub



All sprites are processed in the following fashion:

1. EVENT_PREGAME
2. hardcoded stuff
3. EVENT_GAME

One potential use is to examine values which are clobbered by commands such as ifhitweapon/ifwasweapon.