Where does FollowerDeathScript belong to?

Post » Fri Dec 12, 2014 10:51 am

I can't in God's name find to which quest this script belongs to:

ScriptName FollowerDeathScript extends ReferenceAliasDialogueFollowerScript Property DialogueFollower AutoEvent OnDeath(Actor akKiller)	DialogueFollower.DismissFollower()	EndEvent

...as you can see it sits on a ReferenceAlias, and the quest using the alias is pointing at the DialogueFollower quest. But using info doesn't point me to the correct quest. It's no hidden script either. Any ideas?

User avatar
Lloyd Muldowney
 
Posts: 3497
Joined: Wed May 23, 2007 2:08 pm

Post » Fri Dec 12, 2014 2:23 pm

Maybe the Boethiah quest?
User avatar
Nauty
 
Posts: 3410
Joined: Wed Jan 24, 2007 6:58 pm

Post » Fri Dec 12, 2014 5:43 pm

this apparently checks out a follower when he dies.

for details, just check where that property is pointing to (following beth's naming conventions, i'd say a quest named "dialoguefollower", and that quest or whatever it actually is then will have a funcion in it's script "dismiss follower"that's called here, so you can read whatever that does to whatever stuff from that function

User avatar
Damian Parsons
 
Posts: 3375
Joined: Wed Nov 07, 2007 6:48 am

Post » Fri Dec 12, 2014 10:04 pm

Did you try using the papyrus script manager use info? On the CK toolbar, go to Gameplay > Papyrus Script Manager, find FollowerDeathScript, right click and choose "Use Info"

User avatar
Natalie Taylor
 
Posts: 3301
Joined: Mon Sep 11, 2006 7:54 pm

Post » Fri Dec 12, 2014 9:53 pm

the thing can show info? coool :-))

User avatar
James Potter
 
Posts: 3418
Joined: Sat Jul 07, 2007 11:40 am

Post » Fri Dec 12, 2014 11:38 pm

Good to know, I'll check it when coming home. Thank you.

User avatar
Sammi Jones
 
Posts: 3407
Joined: Thu Nov 23, 2006 7:59 am


Return to V - Skyrim