• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.
  • 1,104
    Posts
    16
    Years
    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
     
  • 275
    Posts
    17
    Years
    • Age 29
    • Seen Dec 23, 2008
    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
     
  • 275
    Posts
    17
    Years
    • Age 29
    • Seen Dec 23, 2008
    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 :(
     
  • 1,104
    Posts
    16
    Years
    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
     
  • 275
    Posts
    17
    Years
    • Age 29
    • Seen Dec 23, 2008
    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
     

    destinedjagold

    I do not exist.
  • 8,593
    Posts
    17
    Years
    • Seen May 26, 2024
    I tried mine...

    Script Requests/Sharing/Discussion


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

    Script Requests/Sharing/Discussion


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

    Script Requests/Sharing/Discussion


    Hmm... I wonder why...
     

    $_$

    ?????????
  • 65
    Posts
    17
    Years
    • Age 31
    • Seen Oct 4, 2016
    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.
     

    $_$

    ?????????
  • 65
    Posts
    17
    Years
    • Age 31
    • Seen Oct 4, 2016
    Well I dont know how to insert it in my hack.
     
  • 275
    Posts
    17
    Years
    • Age 29
    • Seen Dec 23, 2008
    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
     

    $_$

    ?????????
  • 65
    Posts
    17
    Years
    • Age 31
    • Seen Oct 4, 2016
    Could someone make a walkthrough for inserting scripts. On the bundel of programs that come with elitemap?
    Please.
     
  • 209
    Posts
    17
    Years
    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