Initial upload
Initial upload
This commit is contained in:
11
_module/nss/owlbeardies.nss
Normal file
11
_module/nss/owlbeardies.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
//Put this script OnDeath
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastKiller();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
FloatingTextStringOnCreature("I gotta remember not to destroy the poor bears!!!", oPC);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user