Difference between revisions of "AddTopic"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Ez0n3
Line 1: Line 1:
__NOTOC__
{{Function
==Description==
|CSWikiPage = AddTopic
:''AddTopic'' adds a topic to the Player's list of known topics.  
|origin = GECK1
|summary = Adds a topic to the Player's list of known topics.


:Only topics in this list can appear in an NPC's topic list during dialogue. Topics can also be added using the AddTopic list in the dialogue editor window.  
Only topics in this list can appear in an NPC's topic list during dialogue. Topics can also be added using the AddTopic list in the dialogue editor window.
 
|name = AddTopic
==Syntax==
|returnType = void
  AddTopic TopicID
  |arguments =
 
  {{FunctionArgument
==Example==
  |Name = TopicID
  AddTopic HiddenCave  
  }}
  |example = AddTopic HiddenCave  
}}


[[Category:Functions]]
[[Category:Functions]]
Line 15: Line 18:
[[Category:Dialogue Functions]]
[[Category:Dialogue Functions]]
[[Category:Dialogue Functions (GECK 1.1)]]
[[Category:Dialogue Functions (GECK 1.1)]]
==See Also==
*Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/AddTopic AddTopic]


<!-- Begin Search Terms
<!-- Begin Search Terms

Revision as of 01:03, 13 January 2011

< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: AddTopic.

A function included in the GECK version 1.1.0.36.

Description

Adds a topic to the Player's list of known topics.

Only topics in this list can appear in an NPC's topic list during dialogue. Topics can also be added using the AddTopic list in the dialogue editor window.

Syntax

[help]
AddTopic TopicID

Example

AddTopic HiddenCave