• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • 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.

I seriously need help, when we gonna learn to help each otehr

Status
Not open for further replies.
  • 437
    Posts
    17
    Years
    #ORG $begin
    lock
    faceplayer
    checkflag 0x200
    if B_true goto $done
    message $person
    boxset 6
    givepokemon 4 5 0
    setflag 0x200
    release
    end

    #org $done
    message $person2
    boxset 6
    release
    end

    #org $person
    $person = Hello, [PLAYER] \nHere is the pokemon \pyou wanted.

    #org $person2
    $person2 = How is the pokemon

    Hopefully that is right,

    How do i insert it into the Rom(Fire Red)?

    I try to in pokeTronic but this shows up and i dont know what to put in
    &H000000-Offset insert script
    &H000000-Offset insert new script

    nobody helps me so plz will you

    And is this bit right? $person = Hello, [PLAYER]
     
    Next time, it would help to post in the scripting thread or something, as this may get removed soon. But while it's still here, there's a couple of errors in your script at the end

    Code:
    #ORG $begin
    lock
    faceplayer
    checkflag 0x200
    if B_true goto $done
    message $person
    boxset 6
    givepokemon 4 5 0
    setflag 0x200
    release
    end
    
    #org $done
    message $person2
    boxset 6
    release
    end
    
    [B] #org $person
    $person 1 = Hello, \v\h06\lnHere is the pokemon \pyou wanted.
    
    #org $person2
    $person2 1 = How is the pokemon?
    [/B]

    Remember, in a message command, you always need to put $0text] 1 = [text]
    And \v\h06 is what you use for the player name. \v\h01 is for the rival I believe.

    As for compiling a script, I prefer to use pokescript. I find it much easier to use than poketronic. For the rest, use the "Simple Help Thread", or look in a tutorial. And if somebody seems to be "ignoring" your post, just repost the question. Not everybody notices it, as they don't patrol the threads. Or just PM a well-known scripter who knows what they're doing.
     
    Remember, in a message command, you always need to put $0text] 1 = [text]
    And \v\h06 is what you use for the player name. \v\h01 is for the rival I believe.
    QUOTE]

    Actually \v\h01 is the players name and \v\h06 is the rivals. But yeah.
    And he's right post this in the script help thread.

    Edit: Teh Blaziken got the post a minute before me. Doh!
     
    Last edited:
    So guys how do i insert it into firered
     
    Hopefully that is right,

    How do i insert it into the Rom(Fire Red)?

    I try to in pokeTronic but this shows up and i dont know what to put in
    &H000000-Offset insert script
    &H000000-Offset insert new script

    nobody helps me so plz will you

    And is this bit right? $person = Hello, [PLAYER]

    And \v\h06 is what you use for the player name. \v\h01 is for the rival I believe.
    QUOTE]

    Nup exact opposite of what you stated.

    Lol, knew I'd mix something up. Thanks for correcting me on that one.
     
    Hey when i open fire red onto my gba it just plain white???

    What happened
     
    Hey when i open fire red onto my gba it just plain white???

    What happened

    Crashed ROM, buddy. You really need to stop spamming, and actually take a look at some tuts and TRY to learn how to script. If you are having trouble actually READ my tutorial, ok?
     
    i did read it man, nm i got backup

    I just want to know how to insert it into the rom
     
    You shouldn't make a thread for every little thing you need knight.
    if your not lazy enough. then search the site for what you need.
     
    Omg __ __
    ..........__


    Almost every scripting tutorial tells you how to compile
     
    Omg __ __
    ..........__


    Almost every scripting tutorial tells you how to compile

    Yeh seriously, and a few(mine, Crashink'sCheesePeow's, and Itmans)Explain it really easily. Also, you say you read my tutorial, but if you really would have, You would know how to compile it man.....
     
    #ORG $begin
    lock
    faceplayer
    Message $yesno
    compare LASTRESULT 1
    if B_true goto $yes
    if B_false goto $no
    message $yes
    boxset 6
    message $no
    boxset 6
    #ORG $yes
    message $cool
    boxset 6
    release
    end

    Thats yes/no script i finished it now what do i do it is saved as rbc file
     
    #ORG $begin
    lock
    faceplayer
    Message $yesno
    compare LASTRESULT 1
    if B_true goto $yes
    if B_false goto $no
    message $yes
    boxset 6
    message $no
    boxset 6
    #ORG $yes
    message $cool
    boxset 6
    release
    end

    Thats yes/no script i finished it now what do i do it is saved as rbc file

    That has many errors....Also READ my Tutorial!!! It explains it dude! Plain and simple!
     
    #ORG $begin
    lock
    faceplayer
    message $yesno
    boxset 5
    compare LASTRESULT 1
    if B_true goto $yes
    message $no
    boxset 6
    release
    end

    #ORG $yes
    message $cool
    boxset 6
    release
    end

    #ORG $yesno
    $yesno 1 = Is scripting easy?

    #ORG $no
    $no 1 = That sucks!

    #ORG $cool
    $cool 1 = Well that is cool!

    How do i put this in?
     
    #ORG $begin
    lock
    faceplayer
    message $yesno
    boxset 5
    compare LASTRESULT 1
    if B_true goto $yes
    message $no
    boxset 6
    release
    end

    #ORG $yes
    message $cool
    boxset 6
    release
    end

    #ORG $yesno
    $yesno 1 = Is scripting easy?

    #ORG $no
    $no 1 = That sucks!

    #ORG $cool
    $cool 1 = Well that is cool!

    How do i put this in?

    Okay, knight.
    What Teh Blaziken said...READ HIS TUT!!!!!
    I think a MOD should close this, it's full of the same questions.
    If your still stuck, just PM someone to help you.
    I got someone helping me, but I'm not telling. ;)
     
    Okay, knight.
    What Teh Blaziken said...READ HIS TUT!!!!!
    I think a MOD should close this, it's full of the same questions.
    If your still stuck, just PM someone to help you.
    I got someone helping me, but I'm not telling. ;)

    Yes exactly!! Thank you Shinypkmnfan13! You "claim" that you have read my tut, but you still make SO many mistakes. You also DELEBRITLY disobey the rules set out for the forum. You, sir, have lost my respect in it's entirety.
     
    #ORG $begin
    lock
    faceplayer
    message $yesno
    boxset 5
    compare LASTRESULT 1
    if B_true goto $yes
    message $no
    boxset 6
    release
    end

    #ORG $yes
    message $cool
    boxset 6
    release
    end

    #ORG $yesno
    $yesno 1 = Is scripting easy?

    #ORG $no
    $no 1 = That sucks!

    #ORG $cool
    $cool 1 = Well that is cool!

    How do i put this in?

    This is pathetic. Have you been listening to anything these guys have been saying? There are TOO MANY Pokescript tutorials atleast 23526% teach you how to compile. Forgive me if we must all scream at you 14 times, just seriously. Dude.
     
    Status
    Not open for further replies.
    Back
    Top