chinagreenelvis Posted January 24, 2013 Share Posted January 24, 2013 (edited) This works: Event OnEffectStart(Actor akTarget, Actor akCaster) (DialogueFollowerExtended as XFLScript).XFL_AddFollower(akTarget) EndEvent But this doesn't: Function SetFollower(ObjectReference FollowerRef) actor FollowerActor = FollowerRef as Actor (DialogueFollowerExtended as XFLScript).XFL_AddFollower(FollowerActor) EndFunction Clearly I'm doing something wrong, but what? Edited January 24, 2013 by chinagreenelvis Link to comment Share on other sites More sharing options...
steve40 Posted January 24, 2013 Share Posted January 24, 2013 Check your Papyrus log for runtime errors. Link to comment Share on other sites More sharing options...
Recommended Posts