So in game dev levels, I know I can make a player cleave by pressing space or “c”, but how do I make it do other actions when other keys are pressed? (Like pressing “t” for stomp?) Also, how do I make a player have that actions? And lastly, how do I modify the actions to make it stronger (like cleave having higher damage.) Pls help (And inform me if it is impossible to do such a thing.)(btw I found that okar in game dev can do stomp by
okar = game.spawnXY("goliath",60,60)
okar.stomp()
)