For @RedWasNotTheImp0stor ! I've added some very basic collision code; I made a collision sprite for the character, made both that and the map collision sprite invisible with set ghost effect 100, and implemented simple collisions by constantly calculating the change in x and y values in the "delta" variables, and reversing their effects in the event of the map collision touching the player collision. :)