Difference between revisions of "SetObjectiveDisplayed"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Henning
Line 1: Line 1:
=='''Description'''==
=='''Description'''==


'''SetObjectiveDisplayed''' turns a quest objective on or off.
'''SetObjectiveDisplayed'''10 turns a quest objective on or off.


=='''Syntax'''==
=='''Syntax'''==

Revision as of 23:27, 19 January 2009

Description

SetObjectiveDisplayed10 turns a quest objective on or off.

Syntax

SetObjectiveDisplayed QuestName, Index, DisplayFlag (0/1)

Examples

SetObjectiveDisplayed MyQuest 10 1

Turns on objective 10.

Notes

  • If this is the first objective of the quest to be displayed, the player will receive a "Quest Added" message on screen.
  • If the quest is not currently running, SetObjectiveDisplayed ... 1 will automatically start it.
  • Always remember that SetObjectiveDisplayed only accepts indices that are defined in the quest's "Quest Objectives" tab. When you try to display a quest objective that isn't defined, nothing will happen.


See Also

Reference

None provided.