Files
HeroesStone_PRC8/_module/nss/wwdeath.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

19 lines
437 B
Plaintext

/* Script generated by
Lilac Soul's NWN Script Generator, v. 1.6
For download info, please visit:
http://www.lilacsoul.revility.com */
//Put this OnDeath
void main()
{
object oPC = GetLastKiller();
if (!GetIsPC(oPC)) return;
ActionSpeakString("As the werewolf finally succumbs, it reverts back to the human form of Matthaus Kostov, the old hermit. At peace at last, his final words, barely audible...Lizabeth... ");
}