Trying to use Keyboard support from Roaming ralph...

I tried using the Keyboard method that was used in roaming ralph but it failed… :frowning:
Nothing happens when i click the keyboards
This is a code from a user in this panda3d forum (forgot name)
I wanted to edit it so i can make the roaming ralph version of keyboard support.

Code: dpaste.com/hold/272664/

your move task does not return

task.continue

, thus it will run exactly one time and then stop. you should add the propper return value.