Page 1 of 1

Is there a marker that activates when a player does an action?

Posted: Sun Mar 11, 2018 7:10 pm
by iq2300
For instance, if a player kicks then it activates a trigger. I like to make maps, but a lot of the markers' functions elude me. If there isn't, then there should be.

Re: Is there a marker that activates when a player does an action?

Posted: Sun Mar 11, 2018 7:46 pm
by Shock
-Onplayerdeath
-Onplayergetdamage

Else there's nothing about this... Only script abilities

Re: Is there a marker that activates when a player does an action?

Posted: Sat Mar 31, 2018 6:48 pm
by Minion222
Though it would be nice to have a "Player Action Trigger" since it would make it even more easy to make maps that way but it's probably not planned

Re: Is there a marker that activates when a player does an action?

Posted: Sat Mar 31, 2018 7:14 pm
by Gurt
You will have to use the ScriptAPI and for each update listen on player status change to see if they're kicking, jumping, rolling, diving etc...