• 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.

Help and Request Thread

Status
Not open for further replies.

Demonic Budha

semi-good RMXPer (not script)
192
Posts
18
Years
  • Dose anyone know how to make the
    Show Choice Options appear in a
    seperate window.

    so if someone asks a question
    it is displayed just above the message
    ie
    __________________
    |What are you doing?|
    ---------------------

    ````````````````` ______________
    ````````````````` |Nothing |
    _________________|Whats it to ya |
    |What are you doing?|----------------
    ---------------------


    (ignor the little ` i couldnt just have heaps of spaces)
     

    [_DarkDragon_]

    FireDance Trainer
    836
    Posts
    19
    Years
  • I'm already working on two games (and both in Sphere) and helping other people, sorry but I can't join any more teams otherwise my head explodes XD
     
    433
    Posts
    18
    Years
    • Age 34
    • Seen Apr 11, 2009
    can anyone tell me how to make the graphics in my game look like th ones on gba's pokemon, becouse on rpgxp they look too big!
     

    Datriot

    Tachikama!!!
    2,203
    Posts
    19
    Years
  • Budgie_boy said:
    I can't get the message to display the hero's name!
    Can anyone help?!!!!!!!!!!!!!!!

    Instead of that put \n[heroID]
    e.g.
    Code:
    \n[1]
    Then it should display the name of hero no. 1 in the database!:P
     
    Last edited:

    Datriot

    Tachikama!!!
    2,203
    Posts
    19
    Years
  • Ah, well simple!
    Just say you wanted to name a rival, then make the rival a hero.
    Then when you have to enter the name of him, do the command "Enter Hero Name" on page 3. Then, to display, do the same as before!
    \n[rivalID]
    There is ways with scripts but this is quicker and simpler!
     

    Blizzy

    me = Scripter.new("Noob")
    492
    Posts
    19
    Years
  • Budgie_boy said:
    Ok but what if I had a Variable named after an NPC, how would I be able to display the name of the NPC in that style of message?!
    you can use the \v, that's for variables
    Code:
    \v[variable_id]
     
    51
    Posts
    18
    Years
    • Seen Feb 8, 2006
    Hey i am new here.
    I want to start a pokemon game
    But i dont get the battle system.
    could someon say what i must do.
    BTW i didnt have searched at the forum maybe there is a tutorial for this.
     

    Budgie_boy

    A bold new journey awaits
    586
    Posts
    19
    Years
  • Datriot said:
    Yes, but that only shows game variables, and I think they can only store numbers if I'm correct.

    No, variable are many things!
    A variable can store:
    Text
    Numbers
    Other variable data
    Boolean (On/Off)

    (Trust me, I know my scripting background, I just don't know how to code!!)
     
    3
    Posts
    18
    Years
    • Seen Jun 21, 2007
    I wondered if anyone could point me in the right direction to getting a Menu that looks like the Pokemon one, as I have tried many but they have all failed. I know the one in Blizzy's starter pack is very good. But I was hoping for one that was completed and worked.

    Apart from that, Blizzy's starter pack rules!

    But any help is appreciated ;)

    Sayln
     

    Datriot

    Tachikama!!!
    2,203
    Posts
    19
    Years
  • Budgie_boy said:
    No, variable are many things!
    A variable can store:
    Text
    Numbers
    Other variable data
    Boolean (On/Off)

    (Trust me, I know my scripting background, I just don't know how to code!!)

    yes, I know that(you can really script without knowing that lol), but can GAME variables store that, they are the ones that you create via event commands. (and they seem to only use intergers.)

    @nusegi: just use blizzy's starter kit

    @bruno: no, I don't think there is, you'll justhave to make them yourself, it won't be that hard.
     
    Last edited:
    Status
    Not open for further replies.
    Back
    Top