I'm sure this is top of the line, however I'm running into an issue.
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Script error in event 5 (coords 8,4), map 4 (Pokémon Lab)
Exception: SyntaxError
Message: (eval):2: syntax error, unexpected ',', expecting ')'
(:BULBASAUR,:CHARMANDER,:SQUIRTLE)
^
***Line '(:BULBASAUR,:CHARMANDER,:SQUIRTLE)' shouldn't begin with '('. Try putting the '('
at the end of the previous line instead, or using 'extendtext.exe'.
***Full script:
DiegoWTsStarterSelection.new
(:BULBASAUR,:CHARMANDER,:SQUIRTLE)
I've tried a couple different options but even when I copy and paste the exact code I still run into this error, any solutions?