Difference between revisions of "SetObjectiveCompleted"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0))) |
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
||
Line 30: | Line 30: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1. | [[Category:Functions (GECK 1.1)]] | ||
[[Category:Quest Functions]] | [[Category:Quest Functions]] | ||
[[Category:Quest Functions (GECK 1. | [[Category:Quest Functions (GECK 1.1)]] |
Latest revision as of 13:10, 15 August 2009
Description[edit | edit source]
SetObjectiveCompleted Turns a quest objective on or off.
Syntax[edit | edit source]
SetObjectiveCompleted QuestName, Index, CompletedFlag (0/1)
Examples[edit | edit source]
SetObjectiveCompleted MyQuest 10 1
Marks objective 10 in MyQuest as completed.
Notes[edit | edit source]
- If the quest itself is not complete, AND the objective is currently being displayed, the player will receive an "Objective Completed" message.
- If the quest itself is already complete, no message will be displayed (although the objective will still be marked as completed).
- Completed objectives (which are also set to being displayed) show up as "greyed out" in the interface.
See Also[edit | edit source]
CompleteAllObjectives
SetObjectiveDisplayed
GetObjectiveCompleted
Reference[edit | edit source]
None provided.