cumbrianlad Posted March 14, 2017 Author Share Posted March 14, 2017 Ah! I wondered if it was how I was using it but didn't know. I should be able to work out a suitable event to use. Event OnPackageStart seems a good bet. Thanks. Success! Here's the script that I added. I can add another similar script using Event OnPackageEnd to take the teammate functionality off him when appropriate. Scriptname KetilJoncisTeammate Extends ObjectReference Actor Property KetilFollowerJoncisMilvan AutoPackage Property KetilJoncisFollowIntoDungeon Auto Event OnPackageStart(Package akNewPackage) if akNewPackage == KetilJoncisFollowIntoDungeon KetilFollowerJoncisMilvan.SetPlayerTeammate() endif EndEvent Link to comment Share on other sites More sharing options...
Recommended Posts