apon entering this Code, nothing happend when i press ANY button.(EXEPT FOR THE ONES I ALLREADY DEFINED TO DO OTHER TASKS OBIOUSLY)
if btn(8) then print("hello world",10,10) end
btn(8) mapped to R button, works on my side
WAIT, YOUR RIGHT! :D just dosnt work on 0.0.8, which i was using 2 minutes ago :D
Move "if btn(8) then print("hello world",10,10) end" After "cls(12)" .
cls(12)
OH I see now.. LOL