PROJ SPAWNS: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
m Added category and fixed grammar.
Line 8: Line 8:
Set <actor> to -1 to [[spawn]] nothing, otherwise <actor> defaults to SMALLSMOKE.
Set <actor> to -1 to [[spawn]] nothing, otherwise <actor> defaults to SMALLSMOKE.


Don't work at bullet typer projectile shoots by another actor than players.
Doesn't work with bullet-type projectiles fired by actors other than the player.
 
[[Category:Projectile_structure_members]]

Revision as of 18:13, 13 June 2007

PROJ_SPAWNS is a defineprojectile property used to spawn an actor on impact.

Syntax is:

defineprojectile <tile number> PROJ_SPAWNS <actor>


Set <actor> to -1 to spawn nothing, otherwise <actor> defaults to SMALLSMOKE.

Doesn't work with bullet-type projectiles fired by actors other than the player.