PROJECTILE TIMED: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
m Reverted edits by 189.32.73.27 (talk) to last revision by Rasmusthorup
m Hendricks266 moved page PROJECTILE FLAG TIMED to PROJECTILE TIMED
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
If projectile is flagged as an RPG projectile, then this flag will make the projectile disappear.
If projectile is flagged as an RPG projectile, then this flag will make the projectile disappear.


You have to define the projectile with [[PROJ_RANGE]]. 30 units = 1 second. Which is the ammount of time before the projectile will disappear. Keep in mind. If this flag is set, the projectile won't start the spawn option, sound options, and probably a few more options. See
You have to define the projectile with [[PROJ_RANGE]]. 30 units = 1 second. Which is the ammount of time before the projectile will disappear. Keep in mind. If this flag is set, the projectile won't start the spawn option, sound options, and probably a few more options.


[[Category:Projectile_Workslike_flags]]
[[Category:Projectile_Workslike_flags]]

Latest revision as of 17:52, 3 April 2015

If projectile is flagged as an RPG projectile, then this flag will make the projectile disappear.

You have to define the projectile with PROJ_RANGE. 30 units = 1 second. Which is the ammount of time before the projectile will disappear. Keep in mind. If this flag is set, the projectile won't start the spawn option, sound options, and probably a few more options.