-_-... I'm not THAT new to creating scripts. Yes I loaded the ROM, and I use BuffRite, and PokeScript to compile my scripts. I had to add the asterix symbols to the link you gave me because I cannot post a link until I have posted fifteen times... lol
I Never could get XSE to work. That link to the a newer version of it you gave me, is broken. I get this message:
404 - NOT FOUND
"image removed"
Could you please take a look at my script, and tell me if I made an error? because I am sure that It can be done with BuffRite, and PokeScript. All it does is compile it. Thats all I need.
Here is my script:
#dynamic 0x800000
#org @start
lock
faceplayer
checkflag 0x86A
if 0x3 goto @done
msgbox @2 0x6
trainerbattle 0x3 0x10C 0x0 @before @after @later
end
#org @before
= Welcome to the Lavaridge Gym!\nHey... haven't I seen you\lsomewhere before..? I guess it\ldoesn't really matter. Are you here\lfor a battle? Well, if you are, I\lhope you brought your A-Game,\lbecause I will not go down easy.\lI have beaten all of the Gyms in\lthe Kanto, Jhoto and Sinnoh\lRegions.\lI am considered the "unoffical"\lchampion in the Sinnoh, and Kanto\lElite Four because I beat both\lprevous champions. Though I\ldeclined the title.\lBoth my grandparents were in the\lElite four as well; My Grandma was\lAgatha, and my Grandfather was\lBruno. As you can see, I have quite\la reputation to keep. Are you\lready? Then lets go.
#org @after
= Oh wow... You truly are an\noutstanding trainer.\l....I swear you look so familar. Do\lyou live around here?
#org @later
msgbox @3 0x6
fanfare 0x13E
msgbox @4 0x4
waitfanfare
closeonkeypress
msgbox @5 0x6
giveitem 0x338 0x1
setflag 0x820
release
end
#org @done
msgbox @1 0x6
release
end
#org @1
= I still cant place were I have seen\nyou before...\lMaybe one day I will figure it out.\lOh ya, your dad called my PokeGear\la few hours ago asking if you\lpassed through here yet.\lDont look at me like that! Haha..\lI'm sure he's just anxiuos to\lbattle you.\l--Oh. That look was for my\lPokeGear? It's a device from the\lJhoto Region. Its alot more\ladvanced than the PokeNav.
#org @2
= Welcome to the Lavaridge Gym!\nHey... haven't I seen you\lsomewhere before..? I guess it\ldoesn't really matter. Are you here\lfor a battle? Well, if you are, I\lhope you brought your A-Game,\lbecause I will not go down easy.\lI have beaten all of the Gyms in\lthe Kanto, Jhoto and Sinnoh\lRegions.\lI am considered the "unoffical"\lchampion in the Sinnoh, and Kanto\lElite Four because I beat both\lprevous champions. Though I\ldeclined the title.\lBoth my grandparents were in the\lElite four as well; My Grandma was\lAgatha, and my Grandfather was\lBruno.
#org @3
= Haha... I'm\lsorry for getting off topic.\lI haven't fought against a trainer\lof your skill level for a few\lyears. I'm sure my Pokemon and I\lare out of practice from all the\leasy battles we have been getting.\lStill.. thats no excuse.
#org @4
= \v\h01 recieved the heat Badge!
#org @5
= So without\lfurther adieu, here is the Heat\lBadge, along with my favourite TM:\lOverheat. Initially, its a powerful\lmove, but after every use it cuts\lSpecial Attack.
Please, I would really appreciate it if you could tell me what i am doing wrong.
I believe that some of the commands I am using in it are made for Fire Red/Leaf Green, because they are the ones I learned on Diego's Tutorial, and he specifically stated that he does not like the R/S/E ROMs. If I am using the wrong commands, could you please either tell me the ones I need, or direct me to a forum that has a list of them...?
Please, and Thank you.