• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • 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.

[Other✓] Talking in game

  • 7
    Posts
    10
    Years
    • Seen Nov 26, 2014
    How do I make it to where the main character is able to say something (Like in Red Adventures)
     
    If using XSE, [player] makes it display the player's name. So..

    [player]: Hello there.
     
    Pretty much :) All speech and communication is done by message scripts and those are the simplest scripts to learn.
     
    Alright :) How do I insert it, like I know how to insert scripts and everything, but where would I put it?
     
    Umm you would make your own script that has a normal message box, and at the pointer you'd put the text.

    I.e:

    #dynamic 0x800000
    #org @start
    msgbox @text 'the pointer in this case is @text
    callstd MSG_NORMAL
    release
    end

    #org @text 'so we put our text in here
    = [PLAYER]: My monologue is short.
     
    I also have a question about this where do you put the script after your done like is it the same as giving a script to another sprite?
     
    I also have a question about this where do you put the script after your done like is it the same as giving a script to another sprite?

    If it's a monologue you'll probably need a green script tile. If the player talks in some sort of conversation with someone else, then just add it to that guy's script.
     
    Back
    Top