Conversation Between Pokepal17 and kaotix
1 to 1 of 1
  1. kaotix
    April 18th, 2009 1:48 PM
    kaotix
    hi can you help me with this problem?

    alrite i made this script to where if ya beat him, he turns and exits into a cave hes blocking...
    that works.. but when i go into the cave and come out, he reappears.. D:
    the setflag 9998 makes another person say something different after this guy is beaten and that works fine...
    some help on how to make this guy dissapear for good would help...
    someone told me to make a set flag with his trainer id as the flag to make him dissapear, i inserted it after the hidesprite 0x06 part, but it still dint work... help would be greatly greatly appreciated
    i cant go on with my hack untill i learn how to make ppl disapear for good after a certain flag is set...
    im using xse on a firered hack



    #dynamic 0x71A388

    #org @start
    trainerbattle 0x1 0x163 0x0 @intro @defeat @after
    end

    #org @after
    setflag 0x9998
    msgbox @msg 0x2
    applymovement 0x06 @runaway
    waitmovement 0x0
    hidesprite 0x06
    release
    end

    #org @runaway
    #raw 0x01 0xFE

    #org @intro
    = I beat this man for meddling\nin our affairs.\pYour next!

    #org @defeat
    = Wow your kinda tough!

    #org @msg
    = Don't you dare follow me!