Advertisement
Guest User

Untitled

a guest
Jan 4th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. version "4.11.0" //change this number when gzdoom updates and you need to use new features
  2. class superimp : doomimp replaces doomimp
  3. {
  4. default
  5. {
  6. speed 4; //lower speed because we call the chase function more times per second
  7. }
  8. states
  9. {
  10.  
  11. See:
  12. TROO AABBCCDD 3 A_Chase;
  13. Loop;
  14.  
  15. Missile:
  16. TROO EF 8 A_FaceTarget;
  17. TROO G 6 A_CyberAttack;
  18. Goto See;
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement