#Tylis_Newleaf.pl - Quest File
xxxxxxxxxx
1
sub EVENT_SPAWN {
2
quest::settimer(1,1200);
3
}
4
5
sub EVENT_TIMER {
6
if ($timer == 1) {
7
quest::depop();
8
}
9
}
10
11
sub EVENT_SAY {
12
if ($text=~/Hail/i) {
13
quest::say("I must thank you for your kind efforts friends. This place has laid claim to me for far too long. Please take care and offer the dark wench my best. I am off... and I suggest you not stray to far from that route yourselves. Please tell me when you are ready to return and may your blades strike true!");
14
quest::setglobal("pop_pot_newleaf",1,5,"F");
15
$client->Message(4,"You receive a character flag!");
16
}
17
18
if ($text=~/ready/i) {
19
$client->Message(4,"Your tormented visions have ended");
20
quest::movepc(207,-16,-49,452); # Zone: potorment
21
}
22
}
23
24
# End of File Zone: PoTorment ID: 207066 -- #Tylis_Newleaf
25
# Romai
Quest Source: 28 May 2022