Advertisement
ijontichy

<stdin>

Jul 22nd, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. @ you
  2. - check beam
  3. X failed beam spawn
  4. * center
  5. [ p ] dude
  6. = grapple beam
  7.  
  8. This all happens in one tic
  9.  
  10. @ [ p ]
  11.  
  12. STEP 1:
  13.  
  14. @- [ p ]
  15. @--- [ p ]
  16.  
  17. etc
  18.  
  19. @-----------------------[ p ]
  20. @-----------------------X p ]
  21. @-----------------------XXp ]
  22. @-----------------------XXX ]
  23. @-----------------------XXXX]
  24. @-----------------------XXXXX
  25. @-----------------------XXXXX-
  26.  
  27.  
  28. STEP 2:
  29.  
  30. find the two check actors that the enemy is between, remove the rest
  31.  
  32. @----------------------o[ p ]o
  33. @ o[ p ]o
  34.  
  35.  
  36. STEP 3:
  37.  
  38. get the midpoint, remove check actors
  39.  
  40. @ o[ * ]o
  41. @ [ * ]
  42.  
  43.  
  44. STEP 4:
  45.  
  46. midpoint check actor does A_LookEx, finds target, grapples
  47.  
  48. @ [ * ] "found [ p ]"
  49. @=======================[ p ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement