Page 1 of 1

js event onDeathBlow bugged

Posted: Sat Sep 18, 2021 2:37 am
by dragon slayer
function onDeathBlow( pDead, pKiller )
{
    pKiller.TextMessage("I killed it");
    return true;
}
This code above seems to be bugged i created a simple script called petlevel.js

added only that code but the npc killing another npc does not seem to be firing it.