Re: Detecting player moves


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

Posted by Billcow [JiB] on February 17, 1998 at 07:22:49:

In Reply to: Re: Detecting player moves posted by Raptor [JiB] on February 15, 1998 at 05:32:06:

>
> > 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
> }

In MotS you can use the playeraction message (I think that's what it's called) to be notified when all sorts of actions are done. ex, see the EWEB cog from MotS, the Scope cog, and some others I can't remember. I'm not sure if this will work in JK or not.
BTW Raptor, I noticed you forgot the [JiB] tag in another post, shame on you.


Follow Ups:



Post a Followup

Name:
E-Mail:
Subject:
Comments:

Optional Link URL:
Link Title:
Optional Image URL:


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