Advertisement
Guest User

Attack

a guest
Dec 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. getenemy 'enemy' 'criminal' 'gray' 'closest'
  2. attack 'enemy'
  3. pause 1250
  4. if diffhits == 0 and not poisoned
  5. elseif not @injournal! 'You begin applying the bandages' 'system'
  6. @bandageself!
  7. pause 400
  8. elseif @injournal! 'You finish applying the bandages' 'system'
  9. @clearjournal!
  10. @bandageself!
  11. pause 400
  12. elseif @injournal! 'You apply the bandages, but they barely help' 'system'
  13. @clearjournal!
  14. @bandageself!
  15. pause 400
  16. elseif @injournal! 'You heal what little damage your patient had' 'system'
  17. @clearjournal!
  18. @bandageself!
  19. pause 400
  20. elseif @injournal! 'That being is not damaged' 'system'
  21. @clearjournal!
  22. @bandageself!
  23. pause 400
  24. else
  25. //@headmsg! 'Prior Bandage running'
  26. endif
  27. //@cancelautotarget
  28. //@canceltarget
  29.  
  30.  
  31. This is mine. Attacks closest grey and starts a bandage if one isn't already started. @Panzer040
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement