Making players chat with each other on the map

● ARCHIVED · READ-ONLY
Started by Evalis 4 posts View original ↗
  1. So I've gotten to the point in my adventure where I've added a second character, and there are times where I want her to exit the 'formation' and have the characters face each other.

    It is weird to switch formation mode on and off and simply have her appear out of thin air, so I've been having an event with her picture show up and walk out of the 'group' using some conditional statements to set the player facing. Even if I did use formation mode, I would still need to set up a bunch of 'if's to find out where they are located. So I already know how to do this, because I've done it a few times now, but it's very time consuming.

    Ahem.. so the question here is.. is there a simple way.. like some common script ..  that would make: Character B, take one step out of the group and have both Character A and B face each other? Then have character B walk back into the group.. ?
  2. I've moved this thread to RGSS3 Script Requests. Please be sure to post your threads in the correct forum next time. Thank you.
  3. Thanks so much! There is a bit of a delay, but I got this to work satisfactorily. ^^