fuzzyketchup | Date: Wednesday, 2012-10-03, 3:48 PM | Message # 1 |
Private
Group: Administrators
Messages: 14
Status: Offline
| A script is the data stored into Pokemon games. There are different parts to a Script. $. This is called an offset. Offsets are the beginning of each script. # This is a binry, it is used serveral times in specific scripts. You don't need to remember the names, just the symbols. Now the offset is basically the script name. So if I want to make a script where Prof. Oak talks. it would look like this.
#org $oak lock faceplayer message $1 $1 1 = Oak: Hello \h\v01! boxset 6 release end
In total this makes the player stop moving, have Oak say "Hello (Player's name)". and then allows the player to move again. I'll get more into this later.
Creator of http://pkmnhacking.ucoz.com
|
|
| |