summaryrefslogtreecommitdiff
path: root/npc/042-1/testnpcs.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-05-24 21:43:37 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-05-27 22:34:44 +0200
commitec0c57d054c79aef940f3e0ea26045c807a160c5 (patch)
treed7d40f02d9c506c005fe49a63a9be88b6b9145d8 /npc/042-1/testnpcs.txt
parentf0937be55e19b05dd4b0a53829b1eb249a2c4a21 (diff)
downloadserverdata-ec0c57d054c79aef940f3e0ea26045c807a160c5.tar.gz
serverdata-ec0c57d054c79aef940f3e0ea26045c807a160c5.tar.bz2
serverdata-ec0c57d054c79aef940f3e0ea26045c807a160c5.tar.xz
serverdata-ec0c57d054c79aef940f3e0ea26045c807a160c5.zip
putting new npcs in seperated files
some scripting and fixes
Diffstat (limited to 'npc/042-1/testnpcs.txt')
-rw-r--r--npc/042-1/testnpcs.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/npc/042-1/testnpcs.txt b/npc/042-1/testnpcs.txt
deleted file mode 100644
index 6e785576..00000000
--- a/npc/042-1/testnpcs.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-//TODO: put npcs in different files and give names
-
-042-1.gat,18,80,0 script Man 156,{
- mes "reset?";
- menu
- "yes",-,
- "no",L_Close;
- set tutorial, 0;
-L_Close:
- close;
-
-}
-042-1.gat,105,60,0 script SomeGuy 162,{
-end;
-}
-042-1.gat,105,72,0 script YoungMan 160,{
-end;
-}
-042-1.gat,110,74,0 script ManWithShabbyClothes 189,{
-end;
-}