PROJ SOUND: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Mblackwell (talk | contribs)
mNo edit summary
 
Mblackwell (talk | contribs)
mNo edit summary
Line 3: Line 3:
Syntax is:
Syntax is:


defineprojectile <tile number> PROJ_SOUND <name>
[[defineprojectile]] <tile number> PROJ_SOUND <name>


Where <name> is the name of the [[sound]] you wish to play.
Where <name> is the name of the [[sound]] you wish to play.

Revision as of 21:44, 23 December 2004

PROJ_SOUND is a defineprojectile property used to play a sound when a projectile is fired. For bullet projectiles this is the sound played on impact.

Syntax is:

defineprojectile <tile number> PROJ_SOUND <name>

Where <name> is the name of the sound you wish to play.