RE: Pokemon Zircon and Jasper Online: They've been Named!
here's 5 of them
An important note: It starts from 0, so pokemon #5 is actually 4 in the code.
And for the description, to start a new line, use "#" for every 40 or so characters.
Here are the type IDs as well
And the 5 Examples that you need to fill in
Well let me see if you can do it right firstbatpee1 said:ya if you can pm me the list and type codes and such. anything to help ya mate :]
here's 5 of them
An important note: It starts from 0, so pokemon #5 is actually 4 in the code.
And for the description, to start a new line, use "#" for every 40 or so characters.
Here are the type IDs as well
normal 0
fight 1
flying 2
poison 3
ground 4
rock 5
bug 6
ghost 7
fire 8
water 9
grass 10
eletric 11
psychic 12
ice 13
dragon 14
dark 15
steel 16
And the 5 Examples that you need to fill in
if obj_drawPkmn.image_index=2 {global.pkName="VENASAUR" global.pkDetails="" global.pkKind="" global.pkType1=-1 global.pkType2=-1 exit}
if obj_drawPkmn.image_index=3 {global.pkName="CHARMANDER" global.pkDetails="" global.pkKind="" global.pkType1=-1 global.pkType2=-1 exit}
if obj_drawPkmn.image_index=4 {global.pkName="CHARMELEON" global.pkDetails="" global.pkKind="" global.pkType1=-1 global.pkType2=-1 exit}
if obj_drawPkmn.image_index=5 {global.pkName="CHARIZARD" global.pkDetails="" global.pkKind="" global.pkType1=-1 global.pkType2=-1 exit}
if obj_drawPkmn.image_index=6 {global.pkName="SQUIRTLE" global.pkDetails="" global.pkKind="" global.pkType1=-1 global.pkType2=-1 exit}