summaryrefslogtreecommitdiff
path: root/npc/012-1/crasmande.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1/crasmande.txt')
-rw-r--r--npc/012-1/crasmande.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/012-1/crasmande.txt b/npc/012-1/crasmande.txt
deleted file mode 100644
index 85d9308e..00000000
--- a/npc/012-1/crasmande.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Crasmande, the scared man.
-// THIS IS A PLACEHOLDER!
-
-012-1,41,44,0 script Crasmande NPC_CRASMANDE,{
- speech
- l("I'm scared!"),
- l("Hasan is bullying me!"),
- l("%%i");
- close;
-
-OnInit:
- .distance = 4;
- end;
-}