summaryrefslogtreecommitdiff
path: root/npc/042-2/sorfina.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-06-04 22:17:10 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-06-04 22:17:10 +0200
commit49dbf2f00509081627332edfea28db4984b60379 (patch)
tree7c8a5dbe5acec9fb4d2121ca36c8d387c8ddf3bc /npc/042-2/sorfina.txt
parent55745a041291c12cb175b1e10a0669b6e720bdb1 (diff)
downloadserverdata-49dbf2f00509081627332edfea28db4984b60379.tar.gz
serverdata-49dbf2f00509081627332edfea28db4984b60379.tar.bz2
serverdata-49dbf2f00509081627332edfea28db4984b60379.tar.xz
serverdata-49dbf2f00509081627332edfea28db4984b60379.zip
adapting Ian and the time stamp variable to the new start
Diffstat (limited to 'npc/042-2/sorfina.txt')
-rw-r--r--npc/042-2/sorfina.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/042-2/sorfina.txt b/npc/042-2/sorfina.txt
index 67ae1a87..a422d428 100644
--- a/npc/042-2/sorfina.txt
+++ b/npc/042-2/sorfina.txt
@@ -1,4 +1,4 @@
-042-2.gat,28,26,0 script Sorfina 154,{
+042-2.gat,28,26,0 script Sorfina 154,4,4{
if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done;
if (sorfina == 2) goto L_Again;
@@ -209,6 +209,11 @@ L_Tut_Done:
L_Close:
close;
+
+OnTouch:
+ if (TUT_var != 0) close;
+ callfunc "GameRules";
+ close;
}
042-2.gat,45,31,0 script #DoorOut 127,2,2,{