summaryrefslogtreecommitdiff
path: root/npc/001-10/scripts.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-10/scripts.txt')
-rw-r--r--npc/001-10/scripts.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/001-10/scripts.txt b/npc/001-10/scripts.txt
index 9fb5dedb9..ec3d554f7 100644
--- a/npc/001-10/scripts.txt
+++ b/npc/001-10/scripts.txt
@@ -35,4 +35,16 @@ OnTouch:
001-10,132,112,0 duplicate(#COD_Checkpoint106) #COD_Checkpoint112 NPC_NO_SPRITE
001-10,132,113,0 duplicate(#COD_Checkpoint106) #COD_Checkpoint113 NPC_NO_SPRITE
+001-10,0,0,0 script #CODMASTER NPC_NO_SPRITE,{
+ end;
+
+OnDeath:
+ areamonster("001-10", 0, 0, 200, 200, l("TODO"), any(DustRifle, DustGatling, DustRevolver), 1, "#CODMASTER::OnDeath");
+ end;
+
+OnInit:
+ areamonster("001-10", 0, 0, 200, 200, l("TODO"), any(DustRifle, DustGatling, DustRevolver), 10, "#CODMASTER::OnDeath");
+
+ end;
+}