<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.eduke32.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=LipShEZ</id>
	<title>EDukeWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.eduke32.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=LipShEZ"/>
	<link rel="alternate" type="text/html" href="https://wiki.eduke32.com/wiki/Special:Contributions/LipShEZ"/>
	<updated>2026-06-30T18:27:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-alpha</generator>
	<entry>
		<id>https://wiki.eduke32.com/w/index.php?title=Spritenopal&amp;diff=6589</id>
		<title>Spritenopal</title>
		<link rel="alternate" type="text/html" href="https://wiki.eduke32.com/w/index.php?title=Spritenopal&amp;diff=6589"/>
		<updated>2008-04-10T08:56:53Z</updated>

		<summary type="html">&lt;p&gt;LipShEZ: Description of this command.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;spritenopal &amp;lt;tilenum&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Causes sprite &amp;lt;tilenum&amp;gt; to keep its initial [[palette|spritepal]] ignoring palette of the sector it is in.&lt;/div&gt;</summary>
		<author><name>LipShEZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.eduke32.com/w/index.php?title=Spriteflags&amp;diff=6587</id>
		<title>Spriteflags</title>
		<link rel="alternate" type="text/html" href="https://wiki.eduke32.com/w/index.php?title=Spriteflags&amp;diff=6587"/>
		<updated>2008-04-10T08:49:21Z</updated>

		<summary type="html">&lt;p&gt;LipShEZ: New flags.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;spriteflags &amp;lt;value&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sets special flags for sprites. The values are:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1&#039;&#039;&#039;  - Generates a shadow. See [[spriteshadow]].&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;2&#039;&#039;&#039;  - Turns [[spritepal|palette]] 6 whenever night vision goggles are used. See [[spritenvg]].&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;4&#039;&#039;&#039;  - The sprite&#039;s shade is unaffected by the shade of its sector. See [[spritenoshade]].&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;8&#039;&#039;&#039;  - Is a [[defineprojectile|projectile]].&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;16&#039;&#039;&#039; - Prevents teleporting. The sprite is not entered into the [[decal deletion queue]].&lt;br /&gt;
&#039;&#039;&#039;32&#039;&#039;&#039; - Is an enemy. See [[useractor]].&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;64&#039;&#039;&#039; - Sprite will be insusceptible to floor palette of sector containing this sprite. See [[spritenopal]].&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is a bitfield, so add together the values you want and then use spriteflags with the sum.&lt;br /&gt;
&lt;br /&gt;
[[Category:EDuke32 specific commands]]&lt;br /&gt;
[[Category:Sprite manipulation]]&lt;/div&gt;</summary>
		<author><name>LipShEZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.eduke32.com/w/index.php?title=PROJ_WORKSLIKE&amp;diff=6586</id>
		<title>PROJ WORKSLIKE</title>
		<link rel="alternate" type="text/html" href="https://wiki.eduke32.com/w/index.php?title=PROJ_WORKSLIKE&amp;diff=6586"/>
		<updated>2008-04-10T08:27:33Z</updated>

		<summary type="html">&lt;p&gt;LipShEZ: Upbuilded columns&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PROJ_WORKSLIKE is a [[defineprojectile]] property used to set flags for projectile function. The flags (defined) are:&lt;br /&gt;
&lt;br /&gt;
 define [[PROJECTILE_FLAG_BULLET]] 			1&lt;br /&gt;
 define [[PROJECTILE_FLAG_RPG]] 			2&lt;br /&gt;
 define [[PROJECTILE_FLAG_BOUNCESOFFWALLS]] 		4&lt;br /&gt;
 define [[PROJECTILE_FLAG_BOUNCESOFFMIRRORS]]	8&lt;br /&gt;
 define [[PROJECTILE_FLAG_KNEE]] 			16&lt;br /&gt;
 define [[PROJECTILE_FLAG_WATERBUBBLES]] 		32&lt;br /&gt;
 define [[PROJECTILE_FLAG_TIMED]] 			64&lt;br /&gt;
 define [[PROJECTILE_FLAG_NOENEMYHITS]] 		128&lt;br /&gt;
 define [[PROJECTILE_FLAG_SPIT]] 			256&lt;br /&gt;
 define [[PROJECTILE_FLAG_COOLEXPLOSION1]] 		512&lt;br /&gt;
 define [[PROJECTILE_FLAG_BLOOD]] 			1024&lt;br /&gt;
 define [[PROJECTILE_FLAG_LOSESVELOCITY]] 		2048&lt;br /&gt;
 define [[PROJECTILE_FLAG_NOAIM]] 			4096&lt;br /&gt;
 define [[PROJECTILE_FLAG_RANDDECALSIZE]] 		8192&lt;br /&gt;
 define [[PROJECTILE_FLAG_EXPLODEONTIMER]] 		16384&lt;br /&gt;
 define [[PROJECTILE_FLAG_RPG_IMPACT]]		32768&lt;br /&gt;
 define [[PROJECTILE_FLAG_RADIUS_PICNUM]]		65536&lt;br /&gt;
 define [[PROJECTILE_FLAG_ACCURATE_AUTOAIM]]		131072&lt;br /&gt;
 define [[PROJECTILE_FLAG_FORCEIMPACT]]              262144&lt;br /&gt;
Note that the damage on impact bit (32768) must be set on the WORKSLIKE of any RPG type projectile (i.e. nonhitscan) for which the projectile itself does damage, as opposed to the damage being caused only by the hitradius.&lt;br /&gt;
&lt;br /&gt;
Syntax is:&lt;br /&gt;
&lt;br /&gt;
[[defineprojectile]] &amp;lt;tile number&amp;gt; PROJ_WORKSLIKE &amp;lt;flag value&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Add all the desired flags together, and use that value for &amp;lt;flag value&amp;gt;. This works similar to [[cstat]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Projectile_structure_members]]&lt;/div&gt;</summary>
		<author><name>LipShEZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.eduke32.com/w/index.php?title=PROJ_WORKSLIKE&amp;diff=6585</id>
		<title>PROJ WORKSLIKE</title>
		<link rel="alternate" type="text/html" href="https://wiki.eduke32.com/w/index.php?title=PROJ_WORKSLIKE&amp;diff=6585"/>
		<updated>2008-04-10T08:25:22Z</updated>

		<summary type="html">&lt;p&gt;LipShEZ: Helped out flags&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PROJ_WORKSLIKE is a [[defineprojectile]] property used to set flags for projectile function. The flags (defined) are:&lt;br /&gt;
&lt;br /&gt;
 define [[PROJECTILE_FLAG_BULLET]] 			1&lt;br /&gt;
 define [[PROJECTILE_FLAG_RPG]] 			2&lt;br /&gt;
 define [[PROJECTILE_FLAG_BOUNCESOFFWALLS]] 		4&lt;br /&gt;
 define [[PROJECTILE_FLAG_BOUNCESOFFMIRRORS]]	8&lt;br /&gt;
 define [[PROJECTILE_FLAG_KNEE]] 			16&lt;br /&gt;
 define [[PROJECTILE_FLAG_WATERBUBBLES]] 		32&lt;br /&gt;
 define [[PROJECTILE_FLAG_TIMED]] 			64&lt;br /&gt;
 define [[PROJECTILE_FLAG_NOENEMYHITS]] 		128&lt;br /&gt;
 define [[PROJECTILE_FLAG_SPIT]] 			256&lt;br /&gt;
 define [[PROJECTILE_FLAG_COOLEXPLOSION1]] 		512&lt;br /&gt;
 define [[PROJECTILE_FLAG_BLOOD]] 			1024&lt;br /&gt;
 define [[PROJECTILE_FLAG_LOSESVELOCITY]] 		2048&lt;br /&gt;
 define [[PROJECTILE_FLAG_NOAIM]] 			4096&lt;br /&gt;
 define [[PROJECTILE_FLAG_RANDDECALSIZE]] 		8192&lt;br /&gt;
 define [[PROJECTILE_FLAG_EXPLODEONTIMER]] 		16384&lt;br /&gt;
 define [[PROJECTILE_FLAG_RPG_IMPACT]]		32768&lt;br /&gt;
 define [[PROJECTILE_FLAG_RADIUS_PICNUM]]		65536&lt;br /&gt;
 define [[PROJECTILE_FLAG_ACCURATE_AUTOAIM]]		131072&lt;br /&gt;
 define [[PROJECTILE_FLAG_FORCEIMPACT]]                 262144&lt;br /&gt;
Note that the damage on impact bit (32768) must be set on the WORKSLIKE of any RPG type projectile (i.e. nonhitscan) for which the projectile itself does damage, as opposed to the damage being caused only by the hitradius.&lt;br /&gt;
&lt;br /&gt;
Syntax is:&lt;br /&gt;
&lt;br /&gt;
[[defineprojectile]] &amp;lt;tile number&amp;gt; PROJ_WORKSLIKE &amp;lt;flag value&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Add all the desired flags together, and use that value for &amp;lt;flag value&amp;gt;. This works similar to [[cstat]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Projectile_structure_members]]&lt;/div&gt;</summary>
		<author><name>LipShEZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.eduke32.com/w/index.php?title=EVENT_RETURNTOCENTER&amp;diff=6584</id>
		<title>EVENT RETURNTOCENTER</title>
		<link rel="alternate" type="text/html" href="https://wiki.eduke32.com/w/index.php?title=EVENT_RETURNTOCENTER&amp;diff=6584"/>
		<updated>2008-04-10T08:02:46Z</updated>

		<summary type="html">&lt;p&gt;LipShEZ: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EVENT_RETURNTOCENTER is a [[EDuke32_event_list|game event]].&lt;br /&gt;
&lt;br /&gt;
This [[event]] functioning continuously during center view key is pressed or instantly when player thuds to a ground. &lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;/div&gt;</summary>
		<author><name>LipShEZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.eduke32.com/w/index.php?title=EVENT_RETURNTOCENTER&amp;diff=6583</id>
		<title>EVENT RETURNTOCENTER</title>
		<link rel="alternate" type="text/html" href="https://wiki.eduke32.com/w/index.php?title=EVENT_RETURNTOCENTER&amp;diff=6583"/>
		<updated>2008-04-10T07:59:46Z</updated>

		<summary type="html">&lt;p&gt;LipShEZ: Drafting this event.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EVENT_RETURNTOCENTER is a [[EDuke32_event_list|game event]].&lt;br /&gt;
&lt;br /&gt;
This [[event]] functioning continuously during center view key is pressed or instantly when player lashes the ground. &lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;/div&gt;</summary>
		<author><name>LipShEZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.eduke32.com/w/index.php?title=Event_list&amp;diff=6582</id>
		<title>Event list</title>
		<link rel="alternate" type="text/html" href="https://wiki.eduke32.com/w/index.php?title=Event_list&amp;diff=6582"/>
		<updated>2008-04-10T07:40:12Z</updated>

		<summary type="html">&lt;p&gt;LipShEZ: A new event added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EDuke32 Intro}}&lt;br /&gt;
&lt;br /&gt;
This is a list of every event in the current release of EDuke32.&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;border-right: none; padding: 0.6em;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
*[[EVENT_AIMDOWN]]&lt;br /&gt;
*[[EVENT_AIMUP]]&lt;br /&gt;
*[[EVENT_CHANGEWEAPON]]&lt;br /&gt;
*[[EVENT_CHEATGETBOOT]]&lt;br /&gt;
*[[EVENT_CHEATGETFIRSTAID]]&lt;br /&gt;
*[[EVENT_CHEATGETHEAT]]&lt;br /&gt;
*[[EVENT_CHEATGETHOLODUKE]]&lt;br /&gt;
*[[EVENT_CHEATGETJETPACK]]&lt;br /&gt;
*[[EVENT_CHEATGETSCUBA]]&lt;br /&gt;
*[[EVENT_CHEATGETSHIELD]]&lt;br /&gt;
*[[EVENT_CHEATGETSTEROIDS]]&lt;br /&gt;
*[[EVENT_CROUCH]]&lt;br /&gt;
*[[EVENT_DISPLAYCROSSHAIR]]&lt;br /&gt;
*[[EVENT_DISPLAYREST]]&lt;br /&gt;
*[[EVENT_DISPLAYROOMS]]&lt;br /&gt;
*[[EVENT_DISPLAYSBAR]]&lt;br /&gt;
*[[EVENT_DISPLAYWEAPON]]&lt;br /&gt;
*[[EVENT_DOFIRE]]&lt;br /&gt;
*[[EVENT_DRAWWEAPON]]&lt;br /&gt;
*[[EVENT_EGS]]&lt;br /&gt;
*[[EVENT_ENTERLEVEL]]&lt;br /&gt;
*[[EVENT_FAKEDOMOVETHINGS]]&lt;br /&gt;
*[[EVENT_FIRE]]&lt;br /&gt;
*[[EVENT_FIREWEAPON]]&lt;br /&gt;
*[[EVENT_GAME]]&lt;br /&gt;
*[[EVENT_GETAUTOAIMANGLE]]&lt;br /&gt;
*[[EVENT_GETLOADTILE]]&lt;br /&gt;
*[[EVENT_GETMENUTILE]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;border-right: none; border-left: none; padding: 0.6em;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
*[[EVENT_GETSHOTRANGE]]&lt;br /&gt;
*[[EVENT_HOLODUKEOFF]]&lt;br /&gt;
*[[EVENT_HOLODUKEON]]&lt;br /&gt;
*[[EVENT_HOLSTER]]&lt;br /&gt;
*[[EVENT_INCURDAMAGE]]&lt;br /&gt;
*[[EVENT_INIT]]&lt;br /&gt;
*[[EVENT_INVENTORY]]&lt;br /&gt;
*[[EVENT_INVENTORYLEFT]]&lt;br /&gt;
*[[EVENT_INVENTORYRIGHT]]&lt;br /&gt;
*[[EVENT_JUMP]]&lt;br /&gt;
*[[EVENT_KILLIT]]&lt;br /&gt;
*[[EVENT_LOADACTOR]]&lt;br /&gt;
*[[EVENT_LOGO]]&lt;br /&gt;
*[[EVENT_LOOKDOWN]]&lt;br /&gt;
*[[EVENT_LOOKLEFT]]&lt;br /&gt;
*[[EVENT_LOOKRIGHT]]&lt;br /&gt;
*[[EVENT_LOOKUP]]&lt;br /&gt;
*[[EVENT_MOVEBACKWARD]]&lt;br /&gt;
*[[EVENT_MOVEFORWARD]]&lt;br /&gt;
*[[EVENT_NEXTWEAPON]]&lt;br /&gt;
*[[EVENT_PRESSEDFIRE]]&lt;br /&gt;
*[[EVENT_PREVIOUSWEAPON]]&lt;br /&gt;
*[[EVENT_PROCESSINPUT]]&lt;br /&gt;
*[[EVENT_QUICKKICK]]&lt;br /&gt;
*[[EVENT_RESETINVENTORY]]&lt;br /&gt;
*[[EVENT_RESETPLAYER]]&lt;br /&gt;
*[[EVENT_RESETWEAPONS]]&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;border-left: none; padding: 0.6em;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
*[[EVENT_RETURNTOCENTER]]&lt;br /&gt;
*[[EVENT_SELECTWEAPON]]&lt;br /&gt;
*[[EVENT_SHOOT]]&lt;br /&gt;
*[[EVENT_SOARDOWN]]&lt;br /&gt;
*[[EVENT_SOARUP]]&lt;br /&gt;
*[[EVENT_SPAWN]]&lt;br /&gt;
*[[EVENT_STRAFELEFT]]&lt;br /&gt;
*[[EVENT_STRAFERIGHT]]&lt;br /&gt;
*[[EVENT_SWIMDOWN]]&lt;br /&gt;
*[[EVENT_SWIMUP]]&lt;br /&gt;
*[[EVENT_TURNAROUND]]&lt;br /&gt;
*[[EVENT_TURNLEFT]]&lt;br /&gt;
*[[EVENT_TURNRIGHT]]&lt;br /&gt;
*[[EVENT_USE]]&lt;br /&gt;
*[[EVENT_USEJETPACK]]&lt;br /&gt;
*[[EVENT_USEMEDKIT]]&lt;br /&gt;
*[[EVENT_USENIGHTVISION]]&lt;br /&gt;
*[[EVENT_USESTEROIDS]]&lt;br /&gt;
*[[EVENT_WEAPKEY1]]&lt;br /&gt;
*[[EVENT_WEAPKEY10]]&lt;br /&gt;
*[[EVENT_WEAPKEY2]]&lt;br /&gt;
*[[EVENT_WEAPKEY3]]&lt;br /&gt;
*[[EVENT_WEAPKEY4]]&lt;br /&gt;
*[[EVENT_WEAPKEY5]]&lt;br /&gt;
*[[EVENT_WEAPKEY6]]&lt;br /&gt;
*[[EVENT_WEAPKEY7]]&lt;br /&gt;
*[[EVENT_WEAPKEY8]]&lt;br /&gt;
*[[EVENT_WEAPKEY9]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All [[events]] are accessed using the [[onevent]] command.&lt;br /&gt;
&lt;br /&gt;
[[Category:Event manipulation]]&lt;/div&gt;</summary>
		<author><name>LipShEZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.eduke32.com/w/index.php?title=EVENT_DOFIRE&amp;diff=6581</id>
		<title>EVENT DOFIRE</title>
		<link rel="alternate" type="text/html" href="https://wiki.eduke32.com/w/index.php?title=EVENT_DOFIRE&amp;diff=6581"/>
		<updated>2008-04-10T07:38:19Z</updated>

		<summary type="html">&lt;p&gt;LipShEZ: Added a new link.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EVENT_DOFIRE is a [[EDuke32_event_list|game event]].&lt;br /&gt;
&lt;br /&gt;
This [[event]] is called with every shot of any player&#039;s weapon regardless of it animation type and position of shooting frame (i. e. [[weaponcount]] number). Operation of this event is instantaneous.&lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;/div&gt;</summary>
		<author><name>LipShEZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.eduke32.com/w/index.php?title=EVENT_DOFIRE&amp;diff=6577</id>
		<title>EVENT DOFIRE</title>
		<link rel="alternate" type="text/html" href="https://wiki.eduke32.com/w/index.php?title=EVENT_DOFIRE&amp;diff=6577"/>
		<updated>2008-04-09T20:54:54Z</updated>

		<summary type="html">&lt;p&gt;LipShEZ: Added links.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EVENT_DOFIRE is a [http://www.eduke32.com/wiki/index.php?title=EDuke32_event_list Game Event].&lt;br /&gt;
&lt;br /&gt;
This [[event]] is called with every shot of any player&#039;s weapon regardless of it animation type and position of shooting frame (i. e. weaponcount number). Operation of this event is instantaneous.&lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;/div&gt;</summary>
		<author><name>LipShEZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.eduke32.com/w/index.php?title=EVENT_DOFIRE&amp;diff=6576</id>
		<title>EVENT DOFIRE</title>
		<link rel="alternate" type="text/html" href="https://wiki.eduke32.com/w/index.php?title=EVENT_DOFIRE&amp;diff=6576"/>
		<updated>2008-04-09T20:52:32Z</updated>

		<summary type="html">&lt;p&gt;LipShEZ: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EVENT_DOFIRE is a game event. &lt;br /&gt;
&lt;br /&gt;
This event is called with every shot of any player&#039;s weapon regardless of it animation type and position of shooting frame (i. e. weaponcount number). Operation of this event is instantaneous.&lt;/div&gt;</summary>
		<author><name>LipShEZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.eduke32.com/w/index.php?title=EVENT_DOFIRE&amp;diff=6575</id>
		<title>EVENT DOFIRE</title>
		<link rel="alternate" type="text/html" href="https://wiki.eduke32.com/w/index.php?title=EVENT_DOFIRE&amp;diff=6575"/>
		<updated>2008-04-09T20:51:54Z</updated>

		<summary type="html">&lt;p&gt;LipShEZ: Added description.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EVENT_WEAPKEY1 is a game event. &lt;br /&gt;
&lt;br /&gt;
This event is called with every shot of any player&#039;s weapon regardless of it animation type and position of shooting frame (i. e. weaponcount number). Operation of this event is instantaneous.&lt;/div&gt;</summary>
		<author><name>LipShEZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.eduke32.com/w/index.php?title=EVENT_PRESSEDFIRE&amp;diff=6574</id>
		<title>EVENT PRESSEDFIRE</title>
		<link rel="alternate" type="text/html" href="https://wiki.eduke32.com/w/index.php?title=EVENT_PRESSEDFIRE&amp;diff=6574"/>
		<updated>2008-04-09T17:22:08Z</updated>

		<summary type="html">&lt;p&gt;LipShEZ: Description of this event.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EVENT_PRESSEDFIRE is a [http://www.eduke32.com/wiki/index.php?title=EDuke32_event_list Game Event].&lt;br /&gt;
&lt;br /&gt;
This [[event]] turns on when you press the shoot key (Ctrl. by default) and proceeds until this key is holding.&lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;/div&gt;</summary>
		<author><name>LipShEZ</name></author>
	</entry>
</feed>