(Last updated on;
November 13, 2009 11:36 AM
)
In this scripts I will show you how to give your character a desired Pokemon.
|
#org $script |
| lock |
| faceplayer |
| message $talk |
| $talk 1 = (message) |
| boxset 6 |
| givepokemon 50 25 0x01 |
| release |
| end |
Explanation
The "50" is the hex number of the pokemon.
The "25" is the level of the pokemon being recieved.
And "0x01" is the hex number of the item to be given to the pokemon.
|
#org $script |
| lock |
| faceplayer |
| message $talk |
| $talk 1 = Here, train this for me. |
| boxset 6 |
| givepokemon 56 5 0x8B |
| release |
| end |
In this event a character would give you a level 5 Cubone that is hold an Oran berry.
back