#Not Important
All hail the wishmaker
- 910
- Posts
- 5
- Years
- He/Him
- Hoenn
- Seen Jul 22, 2023
Recently, I made a post that i had a PBSpecies missing error,
I fixed the error by adding this PBSpecies script:
Then I got another error saying that I was missing PBMoves
Maruno said that this is automatically compiled, but I cant get it to work...
Could someone that has working scripts post them here please...
Thanks in advance
😅
I fixed the error by adding this PBSpecies script:
Code:
module PBSpecies
BULBASAUR=1
IVYSAUR=2
#[...all defined pokemon...]
MELOETTA=648
GENESECT=649
def PBSpecies.getName(id)
return pbGetMessage(MessageTypes::Species,id)
end
def PBSpecies.getCount
return 649
end
def PBSpecies.maxValue
return 649
end
end
Maruno said that this is automatically compiled, but I cant get it to work...
Could someone that has working scripts post them here please...
Thanks in advance
😅