Advertisement
Guest User

Untitled

a guest
May 29th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1.  
  2. script 666 (void)
  3. {
  4. while(GetActorProperty(0,"APROP_Health")>0) {
  5. HealThing(5);
  6. for(int i=0;i<35;i++) {
  7. if(CheckInventory("hurtcount")) break;
  8. delay(1);
  9. }
  10. while(CheckInventory("hurtcount")) {
  11. TakeInventory("hurtcount",1);
  12. delay(35);
  13. }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement