Difference between revisions of "AddTopic"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Wkilleen
 
imported>Ez0n3
m
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/AddTopic AddTopic].
{{Function
|CSWikiPage = AddTopic
|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.
|name = AddTopic
|returnType = void
|arguments =
  {{FunctionArgument
  |Name = TopicID
  |Type = ref
  }}
|example = AddTopic HiddenCave
}}


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Dialogue Functions]]
[[Category:Dialogue Functions]]
[[Category:Dialogue Functions (GECK 1.1)]]
<!-- Begin Search Terms
Add
Topic
End Search Terms -->

Latest revision as of 05:07, 15 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:ref

Example

AddTopic HiddenCave