RjRetroVibe Posted December 2, 2021 Share Posted December 2, 2021 (edited) Im trying to make a doorway appear when a spell is used, heres the script I put. It isnt working and Im not sure why. Scriptname KaldusEnableGateway extends activemagiceffect ObjectReference Property EnableObject1 Auto Event OnEffectStart(Actor akTarget, Actor akCaster) Debug.Trace("Gateway is open!") EnableObject1.Enable(True) ; TheGatewayDoor EndEvent Edited December 2, 2021 by RjRetroVibe Link to comment Share on other sites More sharing options...
IsharaMeradin Posted December 2, 2021 Share Posted December 2, 2021 Did you assign the pre-placed door reference to the property? Link to comment Share on other sites More sharing options...
Recommended Posts