The Elder Scrolls V: Skyrim

The Elder Scrolls V: Skyrim

Follower Death Messages
Zobrazuje se 1–3 z 3 položek
Aktualizace: 24. srp. 2013 v 6.17

Aktualizace: 6. srp. 2013 v 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

Aktualizace: 2. srp. 2013 v 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