• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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.

[Script] My hidesprite command doesn't work properly

  • 44
    Posts
    7
    Years
    • Seen Mar 22, 2024
    I tried a script with hidesprite command but.... As soon as I step aside the sprite reappear any comments or suggestions here's what I did

    #dynamic 0x720000
    #org @start
    Msgbox 0x6 @t1
    Hidesprite lasttalked
    Release
    End

    #org @t1
    = Hi!
     
    You need to set a flag in the script and put that same flag in the OW's 'Person ID' box in Advance Map. Here's an example of what your script could look like if you put 200 in the Person ID box:

    Spoiler:


    Additionally, if you're using FR, check out this thread to learn which flags are safe to use and which aren't.
     
    Yeah but I want it for custom cut events

    Thanks btw
     
    Last edited by a moderator:
    In that case, you should be using the temporary flags (0x11 - 0x1F). These flags reset after you leave the map and are what destructible OWs in game like Cut trees and Rock Smash rocks use.
     
    Back
    Top