zscript.zc 692 B

1234567891011121314151617181920212223
  1. version "4.1.3"
  2. #include "zscript/AusterInter.zc"
  3. #include "zscript/AusterTorch.zc"
  4. #include "zscript/AusterProps.zc"
  5. #include "zscript/NashGoreCommon.zc"
  6. #include "zscript/NashGoreStatics.zc"
  7. #include "zscript/NashGoreHandler.zc"
  8. #include "zscript/NashGoreBlood.zc"
  9. #include "zscript/NashGoreBloodPlane.zc"
  10. #include "zscript/NashGoreGibs.zc"
  11. #include "zscript/NashGoreCrushedGibs.zc"
  12. #include "zscript/NashGoreSquishyGibs.zc"
  13. #include "zscript/NashGoreIceChunk.zc"
  14. #include "zscript/NashGoreLiquidBlood.zc"
  15. #include "zscript/NashGoreWallBlood.zc"
  16. #include "zscript/NashGoreActor.zc"
  17. #include "zscript/NashGoreMenu.zc"
  18. // global constants
  19. const STAT_NashGore_Gore = Thinker.STAT_USER + 1;