Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_Starshatter_Medic.pl - Quest File
General Info
Quest File
$tic; sub EVENT_SPAWN { $tic = 0; } sub EVENT_WAYPOINT_DEPART { $tic++; if($tic == 14) { my $rand_say = int(rand(5)) + 1; if($rand_say == 1) { quest::say("So much carnage."); } elsif($rand_say == 2) { quest::say("Our soldiers can only take so much."); } elsif($rand_say == 3) { quest::say("Hang in there."); } elsif($rand_say == 4) { quest::say("These soldiers are exhausted, we must must get help soon."); } elsif($rand_say == 5) { quest::say("Hopefully these soldiers make it to see tomorrow."); } $tic = 0; } }
Source: 17 Jan 2022
Quest Source: 28 May 2022