Initial upload
Initial upload
This commit is contained in:
14
_module/nss/killmortanna.nss
Normal file
14
_module/nss/killmortanna.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//Put this script OnExit
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetExitingObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("mortanna");
|
||||
|
||||
DestroyObject(oTarget, 0.0);
|
||||
|
||||
}
|
Reference in New Issue
Block a user