summaryrefslogtreecommitdiff
path: root/npc/test/npc4.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/test/npc4.txt')
-rw-r--r--npc/test/npc4.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/npc/test/npc4.txt b/npc/test/npc4.txt
deleted file mode 100644
index b85d1bf8..00000000
--- a/npc/test/npc4.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-// Evol scripts.
-// Author:
-// 4144
-// Description:
-// test npc4
-
-test,25,20,0 script npc4 NPC_PLAYER,{
- close;
-OnTimer1000:
- domovestep;
-OnInit:
- .walkmask = WALK_WATER;
- initpath "move", 20, 20,
- "sit", 0, 0,
- "dir", 6, 0,
- "move", 25, 20,
- "emote", 3, 0,
-// "class", 104, 0,
- "speed", 100, 0,
- "wait", 2, 0,
- "move", 22, 10,
- "rmove", 3, 3,
-// "class", 801, 0,
- "speed", 200, 0,
- "wait", 1, 0,
- "warp", 22, 30,
- "goto", 0, 0;
- initialmove;
- initnpctimer;
-}