- 16
- Posts
- 12
- Years
- New York
- Seen Aug 11, 2014
Hey,
I'm currently working on a pokemon project on rmxp. But i've been having trouble with the scripting of an event. I want to start the game and have the grandmother give you your items and your first pokemon and then you leave. This part works fine but then i want after that event takes place and you recieve your items that the next time you talk to your grandma she heals your pokemon instead. But for some reason it keeps repeating the first event. and if i put it on automatic event start it just keeps looping and looping. Here is the script:
Text: Hi sweetie. Hope your prepared for your adventure
: : i'm so proud of you
Text: Here is your running shoes.
>Script: $PokemonGlobal.runningshoes=true
Text: Also your eevee is back from the center.
>Script: pbAddPokemon (133,5)
Text: Enjoy your adveture sweetie come to visit when you can.
I basically want this event to happen one time and be then replaced with this script:
Text: Hi sweetie welcome home. You look tired, you should rest a bit...
>Recover All: Entire Party
Text: Take care now.
So any help with this would be greatly appreciated. I know its a lot of info but again any help would be greatly appreciated. Thanks!!!
I'm currently working on a pokemon project on rmxp. But i've been having trouble with the scripting of an event. I want to start the game and have the grandmother give you your items and your first pokemon and then you leave. This part works fine but then i want after that event takes place and you recieve your items that the next time you talk to your grandma she heals your pokemon instead. But for some reason it keeps repeating the first event. and if i put it on automatic event start it just keeps looping and looping. Here is the script:
Text: Hi sweetie. Hope your prepared for your adventure
: : i'm so proud of you
Text: Here is your running shoes.
>Script: $PokemonGlobal.runningshoes=true
Text: Also your eevee is back from the center.
>Script: pbAddPokemon (133,5)
Text: Enjoy your adveture sweetie come to visit when you can.
I basically want this event to happen one time and be then replaced with this script:
Text: Hi sweetie welcome home. You look tired, you should rest a bit...
>Recover All: Entire Party
Text: Take care now.
So any help with this would be greatly appreciated. I know its a lot of info but again any help would be greatly appreciated. Thanks!!!
Last edited by a moderator: