UW2_PRC8/_module/nss/owlbeardies.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -04:00

12 lines
191 B
Plaintext

//Put this script OnDeath
void main()
{
object oPC = GetLastKiller();
if (!GetIsPC(oPC)) return;
FloatingTextStringOnCreature("I gotta remember not to destroy the poor bears!!!", oPC);
}