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
Last revisionBoth sides next revision
crpl:docs:addconversationmessage [2014/10/01 15:02] – external edit 127.0.0.1crpl:docs:addconversationmessage [2015/03/25 17:22] – description upgrade warren
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:
Line 23: Line 25:
 <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