is there a way to write code blocks on the forums easier?
when I do this:
Event: Every Tick
it only lasts one line, so in order to show a whole block I have to put that ic on every line and then when you post your message it puts a giant space in between each line. It also doesn't allow indentation
Event: On SpaceBar Pressed
Action: Set player.rest to 2.0
Event: If player.rest > 0
Action: Subtract dt from player.rest