PROJ VEL: 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_VEL <number>
[[defineprojectile]] <tile number> PROJ_VEL <number>


Where <number> is the speed of the projectile. Values over 1000 are not encouraged. Use [[PROJ_VEL_MULT]] to go at higher speeds.
Where <number> is the speed of the projectile. Values over 1000 are not encouraged. Use [[PROJ_VEL_MULT]] to go at higher speeds.

Revision as of 21:45, 23 December 2004

PROJ_VEL is a defineprojectile property used to set the velocity of a projectile.

Syntax is:

defineprojectile <tile number> PROJ_VEL <number>

Where <number> is the speed of the projectile. Values over 1000 are not encouraged. Use PROJ_VEL_MULT to go at higher speeds.