Pstomp: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
One (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
The pstomp command is intended to make the player stomp on enemies that have been shrunk with the Shrinker weapon.  When called, it will make the player nearest the enemy look down and execute the kick animation.
'''pstomp'''
 
This command is intended to make the player stomp on enemies that have been shrunk with the Shrinker weapon.  When called, it will make the player nearest the enemy look down and execute the kick animation.


The pstomp command should only be applied to the code of the actor that is being stomped.  Should you place the code in the aplayer code, the player will execute the stomp action and then instantly die, having "stomped himself."
The pstomp command should only be applied to the code of the actor that is being stomped.  Should you place the code in the aplayer code, the player will execute the stomp action and then instantly die, having "stomped himself."


[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Player manipulation]]

Latest revision as of 12:16, 4 May 2009

pstomp

This command is intended to make the player stomp on enemies that have been shrunk with the Shrinker weapon. When called, it will make the player nearest the enemy look down and execute the kick animation.

The pstomp command should only be applied to the code of the actor that is being stomped. Should you place the code in the aplayer code, the player will execute the stomp action and then instantly die, having "stomped himself."