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, 18 insertions, 0 deletions
diff --git a/npc/012-1/crasmande.txt b/npc/012-1/crasmande.txt
new file mode 100644
index 00000000..85d9308e
--- /dev/null
+++ b/npc/012-1/crasmande.txt
@@ -0,0 +1,18 @@
+// 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;
+}