Changes the player's position. The X-position is relative to the center of the stage, with positive values moving right. The Y-position is relative to the floor, with negative values moving up.
Required parameters:
Optional parameters:
Example:
; Puts the player at the center
type = PosSet
x = 0
y = 0