Skip to content

Instantly share code, notes, and snippets.

@scottdavis
Created October 29, 2010 18:40
Show Gist options
  • Select an option

  • Save scottdavis/654109 to your computer and use it in GitHub Desktop.

Select an option

Save scottdavis/654109 to your computer and use it in GitHub Desktop.
sub EVENT_SIGNAL {
$ackilled--;
quest::say($ackilled);
if ($ackilled == 0)
{
quest::settimer("crocs", 5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment