User Tools

Site Tools


crpl:docs:addconversationmessage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crpl:docs:addconversationmessage [2014/10/01 15:02] – external edit 127.0.0.1crpl:docs:addconversationmessage [2020/05/27 12:32] (current) – put possible speakers in a table and added images Sanian
Line 1: Line 1:
-~~DISCUSSION~~+
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#conversation_commands|Conversation Commands]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#conversation_commands|Conversation Commands]]
 =====  AddConversationMessage  ===== =====  AddConversationMessage  =====
Line 8: Line 8:
 === Description === === Description ===
  
-Adds an item to the conversation.+Adds an item to the CRPL generated conversation. Each item is a speaker's ID number, and a short paragraph. If the conversation is not cleared before new entries are added then when it is shown the first message that is displayed will be the last message that the user saw when they closed it last time. Keep in mind, it is possible for the user to leave any and all conversations open for the entire game. 
 + 
 +The speakers can be customized with new names and custom images in the editor.
  
 Possible speakers: Possible speakers:
-  * 0Skarsgard Abraxis +^ ID ^ Name ^ Image ^ 
-  1Lia +|0Skarsgard Abraxis|{{:cw3:characters:conversation_image0.png?nolink&100|}}| 
-  2Loki Hive +|1Lia|{{:cw3:characters:conversation_image1.png?nolink&100|}}| 
-  3Abrax... Imper...??? +|2Loki Hive|{{:cw3:characters:conversation_image2.png?nolink&100|}}| 
-  4Loki Imperator +|3Abrax... Imper...???|{{:cw3:characters:conversation_image3.png?nolink&100|}}| 
-  5Aliana +|4Loki Imperator|{{:cw3:characters:conversation_image4.png?nolink&100|}}| 
-  6(nameless man with red background) +|5Aliana|{{:cw3:characters:conversation_image5.png?nolink&100|}}| 
-  7(nameless man with green background)+|6(nameless man with red background)|{{:cw3:characters:conversation_image6.png?nolink&100|}}| 
 +|7(nameless man with green background)|{{:cw3:characters:conversation_image7.png?nolink&100|}}|
  
 === Examples === === Examples ===
 <code> <code>
 ClearConversation ClearConversation
 +#Skarsgard says:
 AddConversationMessage(0 "Where am I?") AddConversationMessage(0 "Where am I?")
 +#Lia says:
 AddConversationMessage(1 "You're on a planet!") AddConversationMessage(1 "You're on a planet!")
 ShowConversation ShowConversation
 PauseGame PauseGame
 </code>  </code> 
 +
crpl/docs/addconversationmessage.txt · Last modified: 2020/05/27 12:32 by Sanian