Question for Seph
How do you assign stuff to keys in your keyboard module
like i wanted to test it so i assigned "p" to open up Scene_Status like this
and i put it at the end of the module but it didnt work so i need some help please
O_o
How do you assign stuff to keys in your keyboard module
like i wanted to test it so i assigned "p" to open up Scene_Status like this
Code:
if Keyboard.pressed?(80)
$scene = Scene_Status.new
end
and i put it at the end of the module but it didnt work so i need some help please
O_o