I have not seen the problem before, However I also do not see why you wild be happy with only one person being able to read the board at a time. If you make it to where more then one player can read the board at a time, it will sovle the problem you are having, without having to solve it.
To make it so that more then one player can talk to the board at a time, rewrite the script that starts the conversation to create an invisiable object for the player to talk to. Giving the Object a portriat of the message board will still keep it looking like they are talking to the board. Of cource if you are getting/storring Vars on the board you will need to rewrite the script to read from the board instead of object_self. Then when the player finishes the conversation just have the Conversation end and abort scripts destroy the object they where talking to.
Modifié par Lightfoot8, 20 mars 2012 - 08:20 .