• 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!
  • It's time to vote for your favorite Pokémon Battle Revolution protagonist in our new weekly protagonist poll! Click here to cast your vote and let us know which PBR protagonist you like most.
  • 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.

XSE Script problem

  • 4
    Posts
    8
    Years
    • Seen Jul 29, 2021
    Hello i have a problem for my script work but not work
    its worked all fine but the trainerbattle dont started ......

    Code:
    #dynamic 0x8008FE
    
    #org @start
    msgbox @before 0x6
    playsong 0x0156 0x0
    showsprite 7
    showsprite 8
    applymovement 7 @walk1
    applymovement 8 @walk2
    waitmovement 7
    waitmovement 8
    applymovement 0xFF @p2
    waitmovement 0xFF
    lock
    faceplayer
    msgbox @talk2 0x6
    trainerbattle 0x0 0x178 0x0 @intro @defeat   
    hidesprite 7
    hidesprite 8
    setvar 0x6012 0x1
    setflag 0x2DC
    fadesong 0x156
    release
    end
    
    #org @before
    = Jetzt gibt es Ärger...\n...und es kommt noch härter\lWir wollen über die Erde\lregieren...\l...und unseren eigenen Staat\lkreieren!
    
    #org @talk2
    = Liebe und Wahrheit verurteilen wir!\nMehr und mehr Macht, DAS wollen\lwir!\lJessie!\lUnd James!\lGemeinsam sind wir Team Rocket, so\lschnell wie das Licht!\lGebt lieber auf und bekämpft uns\lnicht!\lMiauz, genau!\lWoingenau!
    
    #org @intro
    = Gib uns deine Pokemon oder wir\nwerde sie uns holen!
    
    #org @defeat
    = DAS WAR WOHL WIEDER EIN SCHUSS\nIN DEN OFEN !!!
    
    
    #org @walk1
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x4A
    #raw 0xFE
    
    #org @walk2
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x3B
    #raw 0x4A
    #raw 0xFE
    
    #org @p2
    #raw 0x63
    #raw 0x55
    #raw 0x4A
    #raw 0xFE
     
    The text worked fine but the Trainerbattle dont start i have dont crash or freeze no problem with flags etc only trainerbattle dont started
     
    Back
    Top