Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionSetObjectiveText(QuestakQuest, stringasText, intaiIndex)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Set quest objective text

Caveats


Parameters

QuestakQuest

stringasText

intaiIndex


Examples

Auto-Generated Example

Quest myQuest__akQuest
string myString__asText
int myInt__aiIndex

PO3_SKSEFunctions.SetObjectiveText(myQuest__akQuest, myString__asText, myInt__aiIndex)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.