Hey, Sorry if this is in wrong thread, didn't see one for undertale!
If you've played undertale you should know you play with arrow keys, now I found that much harder then it needed to be,
I searched for a way to change it but found no luck, my friend just told me to make one so I did, much more easy then searching for hours
1. First you need to download AutoHotKey and install that.
2. right click on desktop and click new, then click autohotkey script
3. name it whatever you'd like, right click and click edit script
4. Enter the code into notepad file and save it, you'll need to click on the script and run undertale and there! you'll be able to move with WASD, You can do this with other controls also, you can add them if you'd like

, if you are too lazy to create your own script, I'll leave a download, but you will still have to download AutoHotKey for it too work.
https://www.virustotal.com/en/file/3...is/1454025304/
Code:
f1::Suspend
#IfWinActive UNDERTALE
{
w::Up
a::Left
s:

own
d::Right
}
- - - Updated - - -
Wouldn't let me upload a file, idk why but i guess you can just amke your own
