0 of 0

File information

Last updated

Original upload

Created by

Istari

Uploaded by

Istariyang

Virus scan

Safe to use

Tags for this mod

Mod articles

  • Code

    Scriptname takemehome_esterah extends ActiveMagicEffect  

    Cell Property EsterahInt Auto

    Cell Property EsterahExt1 Auto

    Cell Property EsterahExt2 Auto

    Cell Property EsterahExt3 Auto

    ObjectReference Property EsterahMarker Auto  

    ObjectReference Property PlayerMarkerEsterah Auto  

    Event OnEffectStart(Actor akTarget, Actor akCaster)
        Actor target = akTarget
        if ( target.GetParentCell() != EsterahInt ) && ( target.GetParentCell() != EsterahExt1 ) && ( target.GetParentCell() != EsterahExt2 ) && ( target.GetParentCell() != EsterahExt3 )
            PlayerMarkerEsterah.MoveTo(target)
            target.MoveTo(EsterahMarker)
        else
       ...