Author Topic: Private conversation ?  (Read 542 times)

Legacy_0pie

  • Jr. Member
  • **
  • Posts: 74
  • Karma: +0/-0
Private conversation ?
« on: March 18, 2011, 11:37:11 am »


               I have seen it done before but I dont know how to do it myself. Can anyone tell me how to make it so other players are not able to see the text when a PC (or dm for that matter ) is in a conversation ? 
               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
Private conversation ?
« Reply #1 on: March 18, 2011, 11:41:28 am »


               you must start a conversation between that player and himself

a little side effect is that in conversation there is a portrait of PC and another PC can immediately talk to the NPC which should be in conversation (but thats sometimes why people want to do it)
               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
Private conversation ?
« Reply #2 on: March 18, 2011, 02:05:20 pm »


               
void ActionStartConversation(object oObjectToConverseWith,string sDialogResRef = "",int bPrivateConversation = FALSE,int bPlayHello = TRUE);

Set the bPrivateConversation  to TRUE
               
               

               
            

Legacy_0pie

  • Jr. Member
  • **
  • Posts: 74
  • Karma: +0/-0
Private conversation ?
« Reply #3 on: March 18, 2011, 02:19:02 pm »


               ty
               
               

               


                     Modifié par 0pie, 18 mars 2011 - 02:19 .