Difference between revisions of "AddTopic"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
 
imported>Vvenaya
Line 1: Line 1:
'''Syntax:'''
__NOTOC__
=='''Description'''==
:''AddTopic'' adds 1 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'''==
  AddTopic TopicID  
  AddTopic TopicID  
'''Example:'''
=='''Example:'''==
  AddTopic HiddenCave  
  AddTopic HiddenCave  


Use this function to add a topic to the PC's list of known topics.
<br/><br/>
 
=='''Reference'''==
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.
[[AddTopic_Reference|List of functions that use AddTopic]]  (wiki)
 


[[Category: Functions]]
[[Category: Functions]]
[[Category: Dialogue Functions]]
[[Category: Dialogue Functions]]

Revision as of 16:54, 15 April 2006

Description

AddTopic adds 1 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

AddTopic TopicID 

Example:

AddTopic HiddenCave 



Reference

List of functions that use AddTopic (wiki)