EarthsVisitor
Jolly Good
- 384
- Posts
- 18
- Years
- New Jersey
- Seen Sep 18, 2017
Yeh, my script works fine, I recieve everything, the only problem is that the sprites don't disappear until I leave the map. They remain on the map until I leave the building and go back.
This is because the map needs to be reloaded for the ID's to take place.
There is a certain binary movement that allows a sprite to dissapear, it is #binary 0x60.
Another option is to, do a fadescreen 0, right before the end of your script. If everything is released and done correctly, Fadescreen will in-essence reload the screen, which will make the ID take effect. It'll be a blink and they'll be gone.
:)