Difference between revisions of "AddTopic"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Vvenaya
imported>Vswe
m (Added Search Terms)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
=='''Description'''==
=='''Description'''==
:''AddTopic'' adds 1 topic to the Player's list of known topics.  
:''AddTopic'' 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.  
=='''Syntax'''==
=='''Syntax'''==
  AddTopic TopicID  
  AddTopic TopicID  
Line 10: Line 11:


<br/><br/>
<br/><br/>
=='''Reference'''==
=='''References'''==
[[AddTopic_Reference|List of functions that use AddTopic]] (wiki)
[[AddTopic_Reference|List of functions that use AddTopic]]
 
[[Fixing_the_AddTopic_Bug|Fixing the AddTopic Bug]]


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

Latest revision as of 08:42, 20 June 2008

Description[edit | edit source]

AddTopic 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[edit | edit source]

AddTopic TopicID 

Example:[edit | edit source]

AddTopic HiddenCave 



References[edit | edit source]

List of functions that use AddTopic

Fixing the AddTopic Bug