summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/guide.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1_Tulimshar/guide.txt')
-rw-r--r--npc/001-1_Tulimshar/guide.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/001-1_Tulimshar/guide.txt b/npc/001-1_Tulimshar/guide.txt
index 16be310b..b7f999c7 100644
--- a/npc/001-1_Tulimshar/guide.txt
+++ b/npc/001-1_Tulimshar/guide.txt
@@ -1,6 +1,6 @@
//
-001-1.gat,33,27,0 script Ian 102,{
+001-1.gat,32,27,0 script Ian 102,4,4,{
if (TUT_var & 1 == 1 && TUT_var & 2 == 0 && BaseLevel >= 10) callsub S_Grad;
mes "[Ian the Guide]";
mes "\"Would you like to know about something?\"";
@@ -164,4 +164,10 @@ L_TooMany:
mes "\"I wanted to give you something, but you don't have room for it.\"";
next;
return;
+
+OnTouch:
+ if (TUT_var & 1 == 1) close;
+ callfunc "GameRules";
+ mes "Ian, the trainer, can help you get to know the game.";
+ close;
}