Advertisement
scroton

Untitled

Aug 4th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1.  
  2. lost soul actor
  3. {
  4. damagetype lostsoul
  5. painchance lostsoul 255
  6. painchance lostsoul2 255
  7. painchance lostsoul3 255
  8. .....
  9. states
  10. {
  11. pain.lostsoul:
  12. spawn lost soul explosive actor
  13. goto pain
  14. pain.lostsoul2:
  15. acs script 12434
  16. goto pain
  17. pain.lostsoul3:
  18. tnt1 a 1 ayylmao
  19. stop
  20. spawnPE:
  21. spawn lost soul explosive actor2
  22. animation
  23. spawn pain elemental
  24. }}
  25.  
  26.  
  27. lost soul explosive actor
  28. {
  29. damagetype lostsoul2
  30. noclip
  31. states
  32. {
  33. spawn:
  34. explode for 1 damage, radius you want to check
  35. stop
  36. }}
  37.  
  38. lost soul explosive actor2
  39. {
  40. damagetype lostsoul3
  41. noclip
  42. states
  43. {
  44. spawn:
  45. explode for 1 damage, radius you want to get rid of nearby lost souls
  46. stop
  47. }}
  48.  
  49. int lostsoulmerge;
  50. script 1234
  51. {
  52. lostsoulmerge ++ 1;
  53. if lostsoulmerge == 3
  54. {
  55. whateverthefuckfucntiontoputtheminthestate("spawnPE")
  56. lostsoulmerge - 0;
  57. terminate;
  58. }
  59. wait 70;
  60. lostsoulmerge =0;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement