generated from Jaysyn/ModuleTemplate
19 lines
437 B
Plaintext
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... ");
|
|
|
|
}
|
|
|