• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

How do I get person events like pokeballs I added to not reappear?

Status
Not open for further replies.
37
Posts
13
Years
  • Age 27
  • Seen Feb 7, 2014
For the past two hours, I've been searching all over the internet trying to find a solution. If I add a Pokeball with an item in it, I will press A in front of it. It'll give me the item, but if I walk a step away, it'll automatically reappear. If I put "hidesprite 0x[person event no.]," the object will be gone until I reenter the map. This is really aggravating me, as I would like to move onto working on my next city.

The Pokeball giveitem script is just like any other Pokeball in the game. I'm not sure if I have to set some special Person ID or something, though. If that would change anything, please tell me.

I also have another script where you talk to a guy that's blocking the Poke Mart door to give you running shoes.

(I use XSE, I find it the easiest to use)
---------------------------
#dynamic 8000000
#org @start
lock
faceplayer
msgbox @mom MSG_FACE
release
fanfare 0x13E
setflag 0x82F (gives running shoes for those wondering)
applymovement 0xA @movement
waitmovement 0xA (0xA is the guy in front of the Poke Mart's person event no.)
hidesprite 0xA
msgbox @received MSG_NORMAL
release
msgbox @instructions MSG_NORMAL
release
end
--------------------------
For the sake of time, I don't feel like copying over the movements and the message box text. They all are written properly and function in the game. Pokecommunity doesn't work on my other computer for some reason. All other sites do, but Pokecommunity doesn't.

Thank you so much in advance for anyone who can help.
 

Cilerba

the hearts of lonely people
1,162
Posts
14
Years
This isn't the right spot for this, my friend. This would be better off in ROM hacking.

-locked-
 
Status
Not open for further replies.
Back
Top