Thing_SetConversation

From ZDoom Wiki
Revision as of 09:50, 23 August 2010 by Gez (talk | contribs) (Created page with "{{DISPLAYTITLE:Thing_SetConversation}} {{Special|79|tid, convid|Thing|Conversation}} *''tid'': TID of affected thing. If this is 0, the activator is used. *''convid'': The numbe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

79:Thing_SetConversation (tid, convid)


  • tid: TID of affected thing. If this is 0, the activator is used.
  • convid: The number of the conversation associated to the thing. If this is 0, the thing is set not to have any conversation.

Sets the conversation of the thing with the same TID. This can also be used to remove a conversation from a thing, by setting it to 0.