I mainly posted this thread because I need someone who can test this item, because build 229 doesn't work on my computer, although it works on some. When used, it makes everything freeze except Link, who goes in a constant direction, while draining magic.

Code:
 COMPAREV LINKDIR,0
 GOTOTRUE UP
 COMPAREV LINKDIR,1
 GOTOTRUE DOWN
 COMPAREV LINKDIR,2
 GOTOTRUE LEFT
 COMPAREV LINKDIR,3
 GOTOTRUE RIGHT
UP COMPAREV INPUTUP,1
 GOTOFALSE END
 SUBV LINKY,0.2
 SUBV LINKMP,32
 GOTO UP
DOWN COMPAREV INPUTDOWN,1
 GOTOFALSE END
 ADDV LINKY,0.2
 SUBV LINKMP,32
 GOTO DOWN
LEFT COMPAREV INPUTLEFT,1
 GOTOFALSE END
 SUBV LINKX,0.2
 SUBV LINKMP,32
 GOTO LEFT
RIGHT COMPAREV INPUTRIGHT,1
 GOTOFALSE END
 ADDV LINKX,0.2
 SUBV LINKMP,32
 GOTO RIGHT
END WAITFRAME