Author Topic: How to make conversation to be whispered?  (Read 1208 times)

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
How to make conversation to be whispered?
« on: August 11, 2010, 06:43:06 pm »


               Or at least one part of conversation.

Preferably without using scripting command SpeakString - I know about that option
               
               

               
            

Legacy_GhostOfGod

  • Hero Member
  • *****
  • Posts: 1490
  • Karma: +0/-0
How to make conversation to be whispered?
« Reply #1 on: August 11, 2010, 07:07:49 pm »


               Only way I know to sorta do this is to use the "ActionStartConversation" function and set "bPrivateConversation" to TRUE. But that would make the whole conversation private, not whispered. You could fake it and use this function from a conversation to start another conversation that is private and then when done whispering start another conversation that is no longer private.
Other than that I don't think you can do anything. If there is another way I sure would like to know too.

Hope that helps.
               
               

               


                     Modifié par GhostOfGod, 11 août 2010 - 06:10 .
                     
                  


            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
How to make conversation to be whispered?
« Reply #2 on: August 11, 2010, 07:36:51 pm »


               Hmm,  Not at home right now so can not test it.  



But would the /w work in front of the line to be wispered?



Ill test it when I get home.



Hopefully it will read them in just like the color tokens,

   



               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
How to make conversation to be whispered?
« Reply #3 on: August 11, 2010, 08:01:30 pm »


               nope not work, but good idea (and its /wh)
               
               

               
            

Legacy_420

  • Sr. Member
  • ****
  • Posts: 370
  • Karma: +0/-0
How to make conversation to be whispered?
« Reply #4 on: August 12, 2010, 12:33:19 am »


               Just make a conversation node that says *whispers* that calls a script that uses SendMessageToPC() or FloatingTextStringOnCreature() with bBroadcastToFaction set to FALSE. You could also exit the public conversation, use a one liner private conversation, then start a new public conversation.



-420