diff options
Diffstat (limited to 'world/map/npc/001-1/vincent.txt')
-rw-r--r-- | world/map/npc/001-1/vincent.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/npc/001-1/vincent.txt b/world/map/npc/001-1/vincent.txt index a6512d80..52285dbb 100644 --- a/world/map/npc/001-1/vincent.txt +++ b/world/map/npc/001-1/vincent.txt @@ -1,6 +1,10 @@ // 001-1.gat,135,42,0|script|Vincent|113,{ + set @hw2011_npc_id, $@hw2011_npc_vincent; + if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day) + goto L_TrickOrTreat; + if (TMW_Quest >= 10) goto L_Done; if (TMW_Quest == 9) goto L_Progress; if (TMW_Quest == 8) goto L_Start; @@ -123,4 +127,7 @@ L_Done: L_Close: set @TEMP, 0; close; + +L_TrickOrTreat: + callfunc "TrickOrTreat2011"; } |