- 17
- Posts
- 16
- Years
- Seen Jan 16, 2009
Hey I think its should be ok to post this here because I have seen other people do it. I appreciate any help from whoever can help me. I have a few problems with pokemon essentials that I can't figure out.
1-
I made the 3 starters. When you choose one the other 2 pokeballs follow you until you change map. WHen you change map and go back into the lab you are still able to pick the other 2 pokeballs. How can I change that and not make the pokeballs follow you ?
2-
I added to more characters you can play with. It now says BOY,GIRL,OLD MAN,OLD LADY.I used the editor and fixed the sprite. This is the script :
@>Show Choices: BOY,GIRL,OLD MAN,OLD LADY
: When [BOY]
@>Script: pbChangePlayer (0)
@>
: When [GIRL]
@>Script: pbChangePlayer (1)
@>
: When [OLD MAN]
@>Script: pbChangePlayer (37)
@>
: When [OLD LADY]
@>Script: pbChangePlayer (38)
@>
: Branch End
@>Script: pbShowPicture(2,pbGetPlayerGraphic,1,230,160)
What I didn't change what the
@>Script: pbShowPicture(2,pbGetPlayerGraphic,1,230,160)
but I'm not sure if its because of that.
I don't know if anyone can help me with this but I would really appreciate it.
1-
I made the 3 starters. When you choose one the other 2 pokeballs follow you until you change map. WHen you change map and go back into the lab you are still able to pick the other 2 pokeballs. How can I change that and not make the pokeballs follow you ?
2-
I added to more characters you can play with. It now says BOY,GIRL,OLD MAN,OLD LADY.I used the editor and fixed the sprite. This is the script :
@>Show Choices: BOY,GIRL,OLD MAN,OLD LADY
: When [BOY]
@>Script: pbChangePlayer (0)
@>
: When [GIRL]
@>Script: pbChangePlayer (1)
@>
: When [OLD MAN]
@>Script: pbChangePlayer (37)
@>
: When [OLD LADY]
@>Script: pbChangePlayer (38)
@>
: Branch End
@>Script: pbShowPicture(2,pbGetPlayerGraphic,1,230,160)
What I didn't change what the
@>Script: pbShowPicture(2,pbGetPlayerGraphic,1,230,160)
but I'm not sure if its because of that.
I don't know if anyone can help me with this but I would really appreciate it.