Conversation Between Chimchar 9 and cooley
106 to 120 of 184
  1. cooley
    June 29th, 2009 7:53 AM
    cooley
    I'm fine. Just inserting graphical stuff atm into Eruption..Should take a while :\
    What about you? How're you?
  2. Chimchar 9
    June 29th, 2009 7:40 AM
    Chimchar 9
    Hey cooley!
    I love that video. ^_^
    Oh by the way I'm still trying to fix that script, cause it has afew bugs in it.
    (I'm crap at scripting.):P
    Anyway how are youu?:)
  3. Chimchar 9
    June 1st, 2009 6:42 AM
    Chimchar 9
    Ah ok.;)
    Lol yeah, I'm caring enough.:)
  4. cooley
    May 31st, 2009 5:39 PM
    cooley
    Is it normal for a 15 year old to be a father...That's what I meant.
    ..But hey, as long as you're caring and all, you're good to go! At least you're not like the other people that leave as soon as they hear the news lol
  5. Chimchar 9
    May 31st, 2009 6:53 AM
    Chimchar 9
    What do you mean by normal?
    And yeah they know.
    There really happy for us.
  6. cooley
    May 31st, 2009 5:20 AM
    cooley
    Umm...Okay, I guess it's normal for where you live :\
    Hopefully your parents know
  7. Chimchar 9
    May 30th, 2009 5:50 PM
    Chimchar 9
    Well done.:P
  8. cooley
    May 30th, 2009 5:28 PM
    cooley
    But you're 15.........................
  9. Chimchar 9
    May 30th, 2009 5:09 PM
    Chimchar 9
    Lol yeah.
    Didn't you know?:\
  10. cooley
    May 30th, 2009 4:46 PM
    cooley
    Your welcome...

    ...Your girlfriend is pregnant? O_o
  11. Chimchar 9
    May 30th, 2009 1:18 PM
    Chimchar 9
    Ok I'm getting it now, thanks!:D
  12. cooley
    May 29th, 2009 1:55 PM
    cooley
    It's real simple, look:

    #org @start
    setvar 0x4013 0x1
    goto @script
    end

    #org @script
    compare 0x4013 0x1
    if 0x1 goto @left_trigger
    compare 0x4013 0x2
    if 0x1 goto @middle_trigger
    compare 0x4013 0x3
    if 0x1 goto @right_trigger
    release
    end

    #org @left_trigger
    'Script for the left trigger
    release
    end

    #org @middle_trigger
    'script for the middle trigger
    release
    end

    #org @right_trigger
    'Script for the right trigger
    release
    end

    So I compiled it, and got this example offset for "@script, 0x801000.

    What you should do now, is plug it into the next two scripts:

    #org @start
    setvar 0x4013 0x2
    goto 0x801000
    end

    #org @start
    setvar 0x4013 0x3
    goto 0x801000
    end

    Why? To save space... The real script is 0x801000, and that's where it checks which variable was set. And to set a variable, you must step on that trigger. Now depending on which trigger you step on, a variable's value is set. For instance, if you step on the Middle one, value 2 is set for 0x4013.

    When one value is set for a variable (in this situation) the other ones don't matter. Because it is only checking if ONE has been set, and if none have been set than the script will end. If one has been set, then the script will execute the script part accordingly.

    And if this didn't help you, I'm afraid you need to read some tutorials...But hopefully you are a better scripter than I had in Mind ^_^

    ONE MORE THING! ....Have fun :P
  13. Chimchar 9
    May 29th, 2009 1:51 AM
    Chimchar 9
    Well i done the pokeball part, but it's just the triggers.:\
  14. cooley
    May 28th, 2009 12:06 PM
    cooley
    I really don't know how to make it simpler =\
    What part confuses you, the Pokeall part or the triggers?
  15. Chimchar 9
    May 27th, 2009 2:12 PM
    Chimchar 9
    Thanks!:)
    I'll probably change them later on.:P

    And about all the scripts, it really confused me the way you explained it.:\
    I'm not to good at following stuff.:P