Actorsqu: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Matteus (talk | contribs)
No edit summary
 
No edit summary
 
Line 8: Line 8:
</CODE>
</CODE>
This is also set by the CON command pstomp.
This is also set by the CON command pstomp.
[[Category:Player structure members]]

Latest revision as of 15:29, 24 September 2005

This is initialized to -1. It's the actor squished... the actor that you are stepping on when they are shrunk.
When knee_incs is > 0 then the player is made to face the squishee. The actor is actually killed when knee_incs reaches >15.
In multiplayer, you auto-squish other players who are shrunk. This is done by setting:
knee_incs = 1;
weapon_pos = -1;
actorsqu = ps[otherp].i;
This is also set by the CON command pstomp.