The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Tropical Sunlight
Reload this Page Conversation Between Tropical Sunlight and Sarcastic Prince

Notices
For all updates, view the main page.

Ad Content
Conversation Between Tropical Sunlight and Sarcastic Prince
Showing Visitor Messages 46 to 60 of 414
  1. Sarcastic Prince
    October 19th, 2010 12:37 AM
    Sarcastic Prince
    OK. Another problem occured. When I made the "givepokemon" command, no Pokemon has been given when the script is finished. And also, the sprite (I gave the person a "Hidden" command on A-Map and also, his picture number is 15.) isn't appearing. I have first given him a "showsprite 15" command right after
    "fadescreen 0x0" But the sprite isn't appearing. What have I done wrong again?
  2. Tropical Sunlight
    October 18th, 2010 6:24 AM
    Tropical Sunlight
    Well, if you use fadescreen 0x1, the screen will fade to black. If you want it to return, you need to use fadescreen 0x0 when you want the screen to go back.
  3. Sarcastic Prince
    October 18th, 2010 5:17 AM
    Sarcastic Prince
    OK. I have successfully made the script. However, the fadescreen isn't working. What's wrong with it? I wanted the screen to fade, and then make the person appear. But what happened is the screen turned to black instead of fading. What happened? Can you check my script?
  4. Sarcastic Prince
    October 17th, 2010 5:43 AM
    Sarcastic Prince
    OK... I'll go investigate my script...
  5. Tropical Sunlight
    October 17th, 2010 4:55 AM
    Tropical Sunlight
    You want what's called a level script.
    Have you heard of it?

    Umm, I think cooley has a great tutorial about it.
  6. Sarcastic Prince
    October 17th, 2010 4:19 AM
    Sarcastic Prince
    Hello, sensei. Long time no talk. After a few weeks of self-studying, I've finally knew how to do proper scripts. Now, the question is, I can't seem to get my first made script work. It's a map script.

    I made it like this:
    Spoiler:
    '---------------
    #org 0x9C76C4
    applymovement MOVE_PLAYER 0x89C7743
    waitmovement 0x0
    msgbox 0x89C774D MSG_NORMAL '"[player]: Woah, where\nthe hell am..."
    msgbox 0x89C7772 MSG_NORMAL '"???: You're in Veshario Plains.\nI..."
    applymovement MOVE_PLAYER 0x89C7746
    waitmovement 0x0
    msgbox 0x89C7CF4 MSG_NORMAL '"[player]: Well, how the hell am I ..."
    msgbox 0x89C7D47 MSG_NORMAL '"???: Oh, sorry. Wait a second..."
    fadescreen 0x1
    showsprite 0xF
    msgbox 0x89C7D6A MSG_NORMAL '"???: Happy now? Oh, I'm sorry,\nI ..."
    applymovement MOVE_PLAYER 0x89C774A
    waitmovement 0x0
    msgbox 0x89C7DFC MSG_NORMAL '"[player]: Wow! A Pokemon?!\nCool! ..."
    givepokemon 0x236 0x5 0x0 0x0 0x0 0x0
    fanfare 0x13E
    msgbox 0x89C7F4B MSG_NORMAL '"[player] obtained the Tyrogue!"
    waitfanfare
    closeonkeypress
    msgbox 0x89C7F66 MSG_NORMAL '"Zexacon: Don't forget your promise..."
    fadescreen 0x1
    hidesprite 0xF
    setflag 0x1222
    movesprite 0xFE 0x156 0xFE
    showspritepos 0xFE 0xFD 0x1

    '---------
    ' Strings
    '---------
    #org 0x9C774D
    = [player]: Woah, where\nthe hell am I?

    #org 0x9C7772
    = ???: You're in Veshario Plains.\nIf you wanna leave this place,\ptalk to me.

    #org 0x9C7CF4
    = [player]: Well, how the hell am I supposed\ngonna talk to you if\pyou're not even here?!

    #org 0x9C7D47
    = ???: Oh, sorry. Wait a second...

    #org 0x9C7D6A
    = ???: Happy now? Oh, I'm sorry,\nI forgot to introduce myself. I'm\pZexacon, a mysterious figure. You\nseem lost. I can give\pyou a Pokemon if want.

    #org 0x9C7DFC
    = [player]: Wow! A Pokemon?!\nCool! I always wanted one!\pZexacon: Well, if wanna adopt this Pokemon,\nthere are a few things that\pyou have to promise me.\p1. Don't treat this Pokemon badly.\p2. Prevent the Riptides from abusing it.\p[player]: Ok, ok! Cut the crap, ok?\nI totally accept the\pfollowing rules! Now give\nme my Pokemon!\pZexacon: Very well.

    #org 0x9C7F4B
    = [player] obtained the Tyrogue!

    #org 0x9C7F66
    = Zexacon: Don't forget your promise, [player].\nI'll check on you regularly.\p[player]: Yeah, whatever.\pZexacon: I must be going now.\nCya later.


    '-----------
    ' Movements
    '-----------
    #org 0x9C7743
    #raw 0x57 'Question Mark (?)
    #raw 0xFE 'End of Movements

    #org 0x9C7746
    #raw 0x56 'Exclamation Mark (!)
    #raw 0x1 'Face Up
    #raw 0xFE 'End of Movements

    #org 0x9C774A
    #raw 0x56 'Exclamation Mark (!)
    #raw 0xFE 'End of Movements]


    I'm pretty sure that I did it right. Problem is, I can't make it activate at the start of the Hack. (That means, the map where you're inside the truck.)
  7. Tropical Sunlight
    October 4th, 2010 6:02 AM
    Tropical Sunlight
    Of course not.
    I just have a life to take care of.
  8. Sarcastic Prince
    September 29th, 2010 3:00 AM
    Sarcastic Prince
    Did you quit Turquoise?
  9. Tropical Sunlight
    August 19th, 2010 7:16 AM
    Tropical Sunlight
    Check badge is checkflag, and givepokemon looks like this:

    ...
    givepokemon 0x(pokemon) 0x(level) 0x(item attached) 0x0 0x0 0x0
    ...
  10. Sarcastic Prince
    August 19th, 2010 3:03 AM
    Sarcastic Prince
    Oh, and another question. How do you make a "give Pokemon" script and the "check badge" script?
  11. Sarcastic Prince
    August 19th, 2010 2:59 AM
    Sarcastic Prince
    Oh, that... I remember it now.
    I'll try making a movement script myself, and then show it to you.
  12. Tropical Sunlight
    August 18th, 2010 11:40 PM
    Tropical Sunlight
    Person ID.
  13. Sarcastic Prince
    August 18th, 2010 9:26 PM
    Sarcastic Prince
    I forgot.
  14. Tropical Sunlight
    August 18th, 2010 9:22 AM
    Tropical Sunlight
    Oh dear.
    I told you that before!
  15. Sarcastic Prince
    August 18th, 2010 3:06 AM
    Sarcastic Prince
    OK, but what about the "person in Hex" stuff?
    Do I need to memorize a list or what?

All times are GMT -8. The time now is 5:28 AM.