• 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 Trading Card Game 2 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 Requests/Sharing/Discussion

Status
Not open for further replies.
Hi everyone i need a favor i need a very basic script for sapphire that i can insert using advance map and assign to one of thoses script things on the floor. The script needs to make the player look up left down then right when i tred on it.

Do want it to happen everytime you stand there. If not here is your script.
Code:
#org $start
checkflag 0x200
if b_true goto $done
applymovement 0xFF $move
pause 0x30
applymovement 0xFF $move1
pause 0x30
applymovement 0xFF $move2
pause 0x30
applymovement 0xFF $move3
pause 0x30
setflag 0x200
release
end

#org $done
release
end

#org $move
$move 1 ; #binary 0x01 0xFE

#org $move1
$move1 1 ; #binary 0x02 0xFE

#org $move2
$move2 1 ; #binary 0x04 0xFE

#org $move3
$move3 1 ; #binary 0x03 0xFE
 
If I can remember clearly (since I'm just using a plain Notepad for my scripts).., the first thing you should do is to click the "..." and then a pop-up appears, that'll tell you to load your ROM...

After that, write a script.., blablablah... and then click "Save".., then I guess the "Compile" should be 'clickable' after that...

Hope this helps...

I tried that and the Compile button is still unclickable
 
If that's the case.., I think there's a tutorial explaining how to use ScriptEd......

There is a turtorial on the commands but no one made one how to compile and stuff. (At least i didnt see one)

I thought I answered this, I must have hit back, anway You have to load the rom by clicking the '...' button and then the compile function should become available.

It didnt :(
 
I just opened my scripted just without typing in a script and the compile function was already active, maybe there is something wrong with your version because my compile is always acive
 
I just opened my scripted just without typing in a script and the compile function was already active, maybe there is something wrong with your version because my compile is always acive

Figures >_<

I probally cant script on my computer for some reason O.O

I mean pokescript didnt work,scripted wont work

And I am using pokescript right that I am sure of. Because I copied someone on youtube exactly. Theirs worked >_> mine crashed my game >_>

Found out how poketronic worked though ^_^ yay celebi event XD
 
I tried mine...

[PokeCommunity.com] Script Requests/Sharing/Discussion


As thethethethe said.., the "Compile was already active...

[PokeCommunity.com] Script Requests/Sharing/Discussion


But when I saved the script I made, the "Compile" turned 'unclickable'...

[PokeCommunity.com] Script Requests/Sharing/Discussion


Hmm... I wonder why...
 
Could someone help me with this.
#org 0x800000
lock
faceplayer
message 0x800100
boxset 0x6
giveitem 0x110 0x1
givepokemon 0x304 0x10 0x0
release
end

#org 0x800100
= I want you to have my Tallow.He helped me soar the sky when I was younger.
 
Could someone help me with this.
#org 0x800000
lock
faceplayer
message 0x800100
boxset 0x6
giveitem 0x110 0x1
givepokemon 0x304 0x10 0x0
release
end

#org 0x800100
= I want you to have my Tallow.He helped me soar the sky when I was younger.


what's the problem your having with it?
 
Well I dont know how to insert it in my hack.
 
Sorry I'm not sure either, I don't use scriptED. But one other thing isn't Taillow, 0x130. Someone here will know how to do it.

If you are talking about the number then no it is 0x(pokemons nationaldex number)

So....i geuss im done XD
 
Could someone make a walkthrough for inserting scripts. On the bundel of programs that come with elitemap?
Please.
 
Can somebody make a script for PokeScript, for a man number 7, to givepokemon Bulbasaur and then go 4 squares down, or disapper? It's really important for me and I don't know how to do it...
 
Status
Not open for further replies.
Back
Top