I just wanted to make controls and vertical collisionsbut compile editors was always telling that first line of the code is wrong and I don't knowhow to fix it because I'm a beginner.here's the problem
var xinput = var left = keyboard_check(vk_left) - var right = keyboard_check(vk_right)var yinput = var up = keyboard_check(vk_up) - var down = keyboard_check(vk_down)I couldn't think of a solution