From 2f660ca694c0182353d2e0663e240a32f91135b8 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sun, 6 Jan 2013 19:02:44 +0100 Subject: Tutorial: put setting the completed flag and resetting the used variables into a separate function. --- world/map/npc/042-2/sorfina.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'world/map/npc/042-2/sorfina.txt') diff --git a/world/map/npc/042-2/sorfina.txt b/world/map/npc/042-2/sorfina.txt index f4b8b9f0..b1913efb 100644 --- a/world/map/npc/042-2/sorfina.txt +++ b/world/map/npc/042-2/sorfina.txt @@ -229,11 +229,7 @@ L_SkipTut: "Yeah, but thanks for the offer. Bye.",-; mes "[Sorfina]"; mes "\"Alright, if you say so. But take at least this."; - set hasan, 0; - set kaan, 0; - set sorfina, 0; - set tanisha, 0; - set FLAGS, FLAGS | FLAG_TUTORIAL_DONE; + callfunc "TutorialCompleted"; getitem "Knife", 1; getitem "CottonShirt", 1; set Zeny, Zeny + 50; -- cgit v1.2.3-60-g2f50