0 of 0

File information

Last updated

Original upload

Created by

Yeti and Others

Uploaded by

RedxYeti

Virus scan

Safe to use

Tags for this mod

Mod articles

  • Functions and Usage

    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.