Okay I looked closer at your error message
Did you edit the script at all? It looks from the message like you added Lappet as an Input, but those should just be keyboard inputs
It's the script parameters you used. Instead of ("Rustboro", "Lappet"), you want ("Rustboro, Lappet"). Only the first parameter can be text input. By putting that comma outside of the quotes, you're telling the script ti start looking for the next parameter, which is a direction.
I just started using this resource in my own project and made some base events that I could copy onto any map I needed. It's a pretty laborious process to set up, so I figured I would include my test/example map here to help anyone else along with this very useful resource.
And maybe this goes...
Girafarig needs serious revision - especially after the GS Demo leak in which the original concept was so much more interesting than the lackluster pokémon we ended up with.
Here's what the code needs to look like for version 17.2 starting on line 627, in case anyone is interested:
textpos = [
[_INTL("STATS"),26,16,0,base,shadow],
[_INTL("{1}",@pokemon.level),46,92,0,Color.new(64,64,64),Color.new(176,176,176)]...