Bad question in the title but my problem looks like this...
Keyboard -> "D" is down -> Simulate Plattform pressing right AND Play set animation to "Walk"
(I also made an event for realeasing the button to enter the idle animation so I will just ignor it here)
Now I want a command for running so I did this:
Keyboard -> "D" is down AND "Shift" is down -> Set Plattform maximum speed to "100" AND set animation to "Running"
The problem now is that my character animation frezzes at the first frame and I just slide over the ground.
One command works fine when I dissable the other one.
Any solution I can do here?