• 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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.

[Eventing Question] Making a NPC noticing the player

  • 62
    Posts
    6
    Years
    Hi, how do I make an NPC notice me (using an exclamation point) without actually triggering a battle? I tried to copy and paste the script but it hasn't worked...
     
    Hi, how do I make an NPC notice me (using an exclamation point) without actually triggering a battle? I tried to copy and paste the script but it hasn't worked...
    get_character(x)
    x= Event Number
    x= 0 = Protagonist; x = 1 = Female Protagonist
    Spoiler:


    And well, if you callin the event to "Trainer(3)" its will play the script:
    Spoiler:
     
    Last edited:
    Yeah, literally just calling the event "Trainer(#)" (# being the spaces away to notice), and it works just to get them to notice and move to you.
     
    I don't want him to be a trainer and I don't want him to move, he's like talking under a tree and than he notices the player
     
    I don't want him to be a trainer and I don't want him to move, he's like talking under a tree and than he notices the player

    Using "Trainer(#)" does not actually make them a trainer.

    Its just a name the scripts use to identify when they want to use the notice player actions (oh, you also have to set the trigger to event touch)

    It 100% in no way requires the event to be a trainer. It just means the event will be called that in name only.

    EDIT: To clarify, a battle will only happen if you specifically put the code/comments to make a battle happen. For example, this event would result in exactly what you asked for with no battle happening.

    [PokeCommunity.com] Making a NPC noticing the player
     
    Last edited:
    Oh, so you didn't care about them noticing you like a trainer does. You just wanted the exclamation animation for part of the eventing.
     
    Back
    Top