Can we somehow read keyboard input in the current version? I'd like to write a script where whenever the user presses eg. the 'k' key I want to trigger an event.
Code would look similar to this:
if GetKey = 'k' then
,,,do something fun,,,
end
www.memblockgames.com