Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1.     function checkHealth()
  2.     {
  3.      global $npcHealth, $pHealth;
  4.      for( ; ; )
  5.      {
  6.       if($npcHealth < 1 || $pHealth < 1)
  7.       {
  8.        if($pHealth < 1)
  9.        {
  10.         return true;
  11.        }
  12.        else
  13.        {
  14.         return true;
  15.        }
  16.       }
  17.      }
  18.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement