Mod articles
-
ReferenceAliasAsObject(Quest akQuest, Int aInt)
This function will return the Ref alias specified as a Object Reference
If myQuest.IsRunning()
ObjectReference myRef = ReferenceAliasAsObject(myQuest, 5)
Endif
the aInt is the alias number in the quest alias tab, starting from top to bottom. look at GetNthAlias for more info.
================================================================================================
AddSpellToActorsInCell(Cell akCell, Spell sSpell, String Keywords = None, Bool bIncluePlayer = false, Bool Verbose = false)
This function replaces having to make a quest with a bunch of alias'. I use it in conjunction with detect player cell change.