diff options
Diffstat (limited to 'npc/001-1_Tulimshar/rules.txt')
-rw-r--r-- | npc/001-1_Tulimshar/rules.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/001-1_Tulimshar/rules.txt b/npc/001-1_Tulimshar/rules.txt new file mode 100644 index 00000000..70917804 --- /dev/null +++ b/npc/001-1_Tulimshar/rules.txt @@ -0,0 +1,7 @@ +// + +new_3-1.gat,29,28,0 script #Rules 127,1,1,{ + if (TUT_var & 1 == 1) close; + callfunc "GameRules"; + mes "Ian, the trainer, can help you get to know the game."; +} |