Re: Detecting player moves


[ Follow Ups ] [ Post Followup ] [ Jed Messages ]

Posted by Raptor [JiB] on February 15, 1998 at 05:32:06:

In Reply to: Detecting player moves posted by fiXXXer on February 14, 1998 at 17:04:15:


> Is there any way to detect player jumps and crouchs? or at least to detect if the jump and crouch keys are being pressed?
> thanks,
> fiXXXer

IsThingCrouching(player) returns 1 if true. Use

crouchstat = IsThingCrouching(player);
if(crouchstat == 1)
{
sdfsvsv
}


Follow Ups:



Post a Followup

Name:
E-Mail:
Subject:
Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ Jed Messages ]