Skip to content

Instantly share code, notes, and snippets.

@tchalvak
Created August 29, 2009 04:10
Show Gist options
  • Save tchalvak/177380 to your computer and use it in GitHub Desktop.
Save tchalvak/177380 to your computer and use it in GitHub Desktop.
} else if ($victom == "Group of Theives") {
$turn_cost = 1;
if (getcounter($username) <5) {
echo "A group of theives is waiting for you. They seem to be angered by your attacks on their Theif brethren."
$Group_attack= rand(200, 500)
if (!subtracthealth($username, $Group_attack)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment