diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-04 22:17:10 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-04 22:17:10 +0200 |
commit | 49dbf2f00509081627332edfea28db4984b60379 (patch) | |
tree | 7c8a5dbe5acec9fb4d2121ca36c8d387c8ddf3bc /npc/001-1_Tulimshar/guide.txt | |
parent | 55745a041291c12cb175b1e10a0669b6e720bdb1 (diff) | |
download | serverdata-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/001-1_Tulimshar/guide.txt')
-rw-r--r-- | npc/001-1_Tulimshar/guide.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/npc/001-1_Tulimshar/guide.txt b/npc/001-1_Tulimshar/guide.txt index d00a2a6f..4b0d8a25 100644 --- a/npc/001-1_Tulimshar/guide.txt +++ b/npc/001-1_Tulimshar/guide.txt @@ -1,6 +1,6 @@ // -001-1.gat,32,27,0 script Ian 102,4,4,{ +001-1.gat,32,27,0 script Ian 102,{ // This line is only relevant for players, who started before the timestamp was introduced. // Set the graduation cap flag at the right position. // It is a bugfix @@ -176,10 +176,4 @@ L_TooMany: mes "\"I wanted to give you something, but you don't have room for it.\""; next; return; - -OnTouch: - if (TUT_var != 0) close; - callfunc "GameRules"; - mes "Ian, the trainer, can help you get to know the game."; - close; } |