The Elder Scrolls V: Skyrim

The Elder Scrolls V: Skyrim

Follower Death Messages
Viser 1-3 af 3 forekomster
Opdatering: 24. aug. 2013 kl. 6:17

Opdatering: 6. aug. 2013 kl. 10:37

Added Messages:
_FollowerInjuredMessage "<Alias=Follower> is injured."
_FollowerInjuredMessageAnimal "<Alias=Animal> is injured."

Quest: DialogueFollower
-Added property _FollowerInjuredMessage to FollowerAliasScript
-Added property _FollowerInjuredMessageAnimal to TrainedAnimalScript

Script: FollowerAliasScript
-event OnEnterBleedout() will display _FollowerInjuredMessage

Script: TrainedAnimalScript
-event OnEnterBleedout() will display _FollowerInjuredMessageAnimal

Opdatering: 2. aug. 2013 kl. 1:37

Added Messages:
_FollowerDeathMessage "<Alias=Follower> is dead."
_FollowerDeathMessageAnimal "<Alias=Animal> is dead."

Quest: DialogueFollower
-Added property _FollowerDeathMessage to FollowerAliasScript
-Added property _FollowerDeathMessageAnimal to TrainedAnimalScript

Script: FollowerAliasScript
-event OnDeath(Actor akKiller) will display _FollowerDeathMessage

Script: TrainedAnimalScript
-event OnDeath(Actor akKiller) will display _FollowerDeathMessageAnimal