- 1,103
- Posts
- 17
- Years
- Melbourne, Australia
- Seen Oct 12, 2010
(Link is an attachment)
If people are interested. I added all the commands from XSE into Pokescript. So if you're not ready to change over to XSE yet, but still want to use all the commands, download this and paste it into pkmadv folder in your Pokescript folder.
I also changed some things.
Money commands work like this.
Cry works like this.
Playsound works like this.
Wildbattle also works the way it should now.
I also removed a lot of the extra baggage that came with the givepokemon command.
Oh and don't get confused between how givepokemon works in XSE and how it works in pokescript. With this 'update' it works the same way, like this.
And I also fixed up the name Pokemon.
It just needs to go something like this.
If people are interested. I added all the commands from XSE into Pokescript. So if you're not ready to change over to XSE yet, but still want to use all the commands, download this and paste it into pkmadv folder in your Pokescript folder.
I also changed some things.
Money commands work like this.
Code:
givemoney 0x123456
Code:
cry 0x<pokemon number>
Code:
playsound 0x<song number>
I also removed a lot of the extra baggage that came with the givepokemon command.
Oh and don't get confused between how givepokemon works in XSE and how it works in pokescript. With this 'update' it works the same way, like this.
Code:
givepokemon 0x1 0x5 0x8B
And I also fixed up the name Pokemon.
It just needs to go something like this.
Code:
if 0x1 gosub $naming
goto $hap
end
#org $naming
namepokemon
return
Last edited: