• 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.

Sierra's MEGA-HUGE XSE Scripting Tutorial

I need help, Whenever I try to Compile, I get various errors, examples; There are duplicate scripts; Unknown Value on Line 6; And like Error, too many parameters on line 1, What does this mean? Can someone help me fix it?
 
Code:
#dynamic 0x2DD0F8

#org @start
checkflag 0x828
if 0x1 goto @done
msgbox @1 0x6
applymovement 0x01 @move
waitmovement 0x0
applymovement 0xFF @move2
pause 0x30
msgbox @2 0x6
applymovement 0x01 @move3
applymovement 0xFF @move3
waitmovement 0x0
release
end

#org @done
release
end

#org @move
#raw 0x62
#raw 0x01
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0xFE

#org @move2
#raw 0x03
#raw 0xFE

#org @move3
#raw 0x13
#raw 0x13
#raw 0x13
#raw 0x13
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0xFE

#org @1
= Hey! [player]!

#org @2
= Here! Try this out!

What are the Unknown and Var numbers for this script? How do I find them?
 
Ehe, NVM. forgort that thread's a tutorial, not a script help thread...

Anyways, I used to think scripting was hard to the level of "Insanium in the Cranium" But its not!

Ty for the tut, see you and good night!
 
Gee This Tutorial is Great
Helps me alot with my Hack
Because im using XSE >3
My Hack is Pokemon Pink Destiny
Thanks for Posting this Thread
This help me alot ^_^ *giggles*

-Yasumin >3
 
I have a problem, I use Advance Map, overwrite a script, and then what do I do? Because it always goes back to the old script. (I have debug, compiled, saved it and yet nothing works. Yes I am new at using XSE, but can someone help?)

I was using the give pokemon charmander code.
 
Tyson is right.. or you could Private Message HackMew to answer your question >3
Hope that helped ^_^ *giggles*

-Yasumin >3 Your Sweet Friend ^_^
 
I have a problem, I use Advance Map, overwrite a script, and then what do I do? Because it always goes back to the old script. (I have debug, compiled, saved it and yet nothing works. Yes I am new at using XSE, but can someone help?)

I was using the give pokemon charmander code.

Try remaking the script. ;)
 
I made a script for a battle, but it appears as Gary on the S.S. Anne. How do I make it have certain Pokemon, levels, battle sprites, and etc... Thank you in advance.
 
Hello Guys
This is my 1st post and I am a Beginner to scripting...
I just made this script to battle Ho-Oh

#dynamic 0x800000
#org @start
lock
faceplayer
message @yesno
boxset 5
compare LASTRESULT 1
if b_true goto @yes
wildbattle 250 50 0 0 0 0
compare LASTRESULT 0
if b_true goto @no
release
end

#org @tutorial
= Are you sure you want to battle HO-OH?

#org @yes
message @pressyes
boxset 6
release
end

#org @no
message @pressno
boxset 6
release
end

#org @pressyes
= HO-OH Woke Up!\p HO-OH:Geeyaauugh!!

#org @pressno
= You left HO-OH...

Now
I have put Ho-oh in a room along with Lugia,Raikou,Entei,and Suicune
I want someone to make and explain me an event in which if I battle Any of the 5 pokemon the other 4 dissapear after the battle leaving a message..
I need a code for it

1 more thing
in the statement wildbattle 250 50 0 0 0 0
What do the other 4 zero's mean...I just typed that by seeing what other people did but I don't know what the other 4 zero's mean
Thank You :D
 
Last edited:
???

Once you've got the script you want wha do you do with it? How do you import it into ADV map? or get it working in the rom?
 
i made some changes to the wildbattle script
the cry came right after the message giving alot lesss time to play the cry
and the fadescreen was right but the player dissapeared right after the fadescreen not during it so i fixed that too :D

#dynamic 0x800000

#org @start
lock
faceplayer
cry 0x6 0x0
msgbox @1 0x6
wildbattle 0x6 0x1E 0x8B
fadescreen 0x1
hidesprite 0x800F
fadescreen 0x0
setflag 0x200
release
end

#org @1
= CHARIZARD: Raaarrgghh!
 
Try remaking the script. ;)

could someone explain what he means by that? I am having the exact same problem. I change some of the existing script, then I try to save, but it just makes a new file for that script! Then when I close the script and open it again, it opens the old script. I can open mine, but it opens in a new tab. Even when I go 'compile' it still saves as a new file. Any help would be much appreciated
 
Umm Hi Guys I want to make a script with following information

I begin my adventure and as soon as I try to go down the stairs,mom comes up and says to go back to sleep as we have to choose our 1st pokemon tomorrow and then we go to sleep...

So I want it like when i go to stairs the mom blocks and when i have gone to sleep and wake up the mom is not blocking me anymore...Please help me
I pray for help please!!... :(
and please explain me the script too
Thank you very much :)
 
Back
Top