Jump to content
  • 0

Back Dash Help


MorbidJoe

Question

2 answers to this question

Recommended Posts

  • 0

This is from my Knight character.

 

Put this in your CNS, just above 170 Lose.

;---------------------------------------------------------------------------
; Run backwards
[Statedef 105]
type    = S
physics = S
anim = 105
sprpriority = 1

[State 100, 1]
type = VelSet
trigger1 = 1
x = const(velocity.run.back.x)

[State 100, 2] ;Prevent run from canceling into walk
type = AssertSpecial
trigger1 = 1
flag = NoWalk

[State 100, 3] ;Prevent from turning
type = AssertSpecial
trigger1 = 1
flag = NoAutoTurn

[State 100, 4]
type = ChangeState
trigger1 = command != "holdback"
value = 0
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...