У меня аж виснет!:
 
 
actor ShotgunS : Weapon 2001
 
{
 
  spawnid 27
 
  obituary "%o chewed on %k's boomstick."
 
  radius 20
 
  height 16
 
  attacksound "weapons/shotgf"
 
  inventory.pickupmessage "You got the shotgun!"
 
  weapon.selectionorder 1300
 
  weapon.kickback 100
 
  weapon.ammotype "Shell"
 
  weapon.ammouse 1
 
  weapon.ammogive 8
 
  states
 
  {
 
  Ready:
 
    SHTG A 1 A_WeaponReady
 
    loop
 
  Deselect: 
 
    SHTG A 1 A_Lower
 
    loop
 
  Select:
 
    SHTG A 1 A_Raise
 
    loop
 
  Fire:
 
    SHTG A 3
 
    // Next 2 states replace A_FireShotgun
 
    SHTG A 0 A_FireBullets (5.6, 0, 7, 5, "BulletPuff")
 
    SHTG A 7 A_GunFlash
 
    SHTG BC 5
 
    SHTG D 4
 
    SHTG CB 5
 
    SHTG A 3
 
    SHTG A 7 A_ReFire
 
    goto Ready
 
  Flash:
 
    SHTF A 4 bright A_Light1
 
    SHTF B 3 bright A_Light2
 
    SHTF B 0 bright A_Light0
 
    stop
 
  Spawn:
 
    SHOT A -1
 
    stop
 
  altfire:
 
      SHTG A 1 A_GunFlash
 
      SHTG B 0
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
        SHTG A 0 Bright A_FireCustomMissile("chtotomini", 1, 1, 1, 5)
 
      SHTG D 1
 
      goto ready  
 
 }
 
}
 
 
actor chtotomini
 
{
 
    Radius 10
 
    Height 10
 
    mass 1
 
    Speed 50
 
    Damage 50
 
    Scale 0.7
 
    +EXTREMEDEATH
 
    +CANBOUNCEWATER
 
    SeeSound "weapons/dnrocketfire"
 
    DeathSound "weapons/dnrocketexplo"
 
    PROJECTILE
 
    EXPLOSIONDAMAGE 256
 
    EXPLOSIONRADIUS 192
 
    States
 
    {
 
    Spawn:
 
        APBX ABCD 4 
 
        APBX A 0 Bright A_CustomMissile("GrenadeBit2", 30, 0, random(0,12)*30)
 
        Loop
 
    Death:
 
    	APLX ABCDE 4 bright
 
    
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS",0+Random(0,25),0+Random(5,-5),random(0,370))
 
     	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS",0+Random(0,25),0+Random(5,-5),random(0,370))
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS",0+Random(0,25),0+Random(5,-5),random(0,370))
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS",0+Random(0,25),0+Random(5,-5),random(0,370))
 
        stop
 
    }
 
}
 
 
actor GrenadeBit2
 
{
 
    Mass 1
 
    Radius 8
 
    Height 6
 
    Speed 30
 
    Damage 18
 
    PROJECTILE
 
    States
 
    {
 
    Spawn:
 
        WRBL P 1 Bright A_CustomMissile ("ArachnotronPlasma",0+Random(0,25),0+Random(5,-5),random(0,370))
 
        Loop
 
    Death:
 
        WRBL P 40 Bright A_Explode
 
        WRBL P 0 bright A_CustomMissile("chtoto",0+Random(0,25),0+Random(5,-5),random(0,370))
 
        WRBL P 0 bright A_CustomMissile("chtotomini",0+Random(0,25),0+Random(5,-5),random(0,370))
 
        Stop
 
    }
 
}
 
 
actor ArachnotronPlasmaS : PlasmaBall
 
{
 
  spawnid 53
 
  radius 11
 
  height 8
 
  speed 10
 
  damage 10
 
  renderstyle Translucent
 
  seesound "baby/attack"
 
  deathsound "baby/shotx"
 
  PROJECTILE
 
  +SEEKERMISSILE
 
  +RANDOMIZE
 
  +NOBLOCKMAP
 
  +NOGRAVITY
 
  states
 
  {
 
  Spawn:
 
    APLS AB 5 bright A_Tracer
 
    loop
 
  Death:
 
    APBX ABCDE 5 bright
 
    stop
 
  }
 
}
 
 
actor chtoto
 
{
 
    Radius 10
 
    Height 10
 
    mass 1
 
    Speed 50
 
    Damage 50
 
    Scale 0.7
 
    +EXTREMEDEATH
 
    +CANBOUNCEWATER
 
    SeeSound "weapons/dnrocketfire"
 
    DeathSound "weapons/dnrocketexplo"
 
    PROJECTILE
 
    EXPLOSIONDAMAGE 256
 
    EXPLOSIONRADIUS 192
 
    States
 
    {
 
    Spawn:
 
        APBX ABCD 4 
 
        APBX A 0 Bright A_CustomMissile("BulletPuff", 30, 0, random(0,12)*30)
 
        Loop
 
    Death:
 
    	APLX ABCDE 4 bright
 
    
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 0)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 30)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 60)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 90)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 120)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 150)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 180)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 210)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 240)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 270)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 300)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 330)
 
     
 
     	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 10)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 40)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 70)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 100)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 130)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 160)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 190)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 220)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 250)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 280)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 310)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 340)
 
    
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 20)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 50)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 70)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 110)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 140)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 170)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 200)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 230)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 260)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 290)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 320)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 350)
 
    
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 0)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 30)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 60)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 90)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 120)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 150)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 180)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 210)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 240)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 270)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 300)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 330)
 
     
 
     	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 10)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 40)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 70)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 100)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 130)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 160)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 190)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 220)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 250)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 280)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 310)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 340)
 
    
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 20)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 50)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 70)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 110)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 140)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 170)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 200)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 230)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 260)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 290)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 320)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 350)
 
    
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 0)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 30)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 60)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 90)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 120)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 150)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 180)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 210)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 240)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 270)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 300)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasmaS", 1, 0, 330)
 
     
 
     	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 10)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 40)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 70)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 100)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 130)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 160)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 190)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 220)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 250)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 280)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 310)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 340)
 
    
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 20)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 50)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 70)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 110)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 140)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 170)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 200)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 230)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 260)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 290)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 320)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 350)
 
    
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 0)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 30)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 60)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 90)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 120)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 150)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 180)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 210)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 240)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 270)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 300)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 330)
 
     
 
     	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 10)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 40)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 70)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 100)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 130)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 160)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 190)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 220)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 250)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 280)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 310)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 340)
 
    
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 20)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 50)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 70)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 110)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 140)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 170)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 200)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 230)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 260)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 290)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 320)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 350)
 
    
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 0)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 30)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 60)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 90)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 120)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 150)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 180)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 210)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 240)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 270)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 300)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 330)
 
     
 
     	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 10)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 40)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 70)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 100)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 130)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 160)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 190)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 220)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 250)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 280)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 310)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 340)
 
    
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 20)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 50)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 70)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 110)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 140)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 170)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 200)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 230)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 260)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 290)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 320)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 350)
 
    
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 0)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 30)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 60)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 90)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 120)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 150)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 180)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 210)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 240)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 270)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 300)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 330)
 
     
 
     	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 10)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 40)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 70)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 100)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 130)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 160)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 190)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 220)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 250)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 280)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 310)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 340)
 
    
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 20)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 50)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 70)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 110)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 140)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 170)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 200)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 230)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 260)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 290)
 
    	APLX A 0 A_CustomMissile ("ArachnotronPlasma", 1, 0, 320)
 
    	APLX A 5 A_CustomMissile ("ArachnotronPlasma", 1, 0, 350)
 
        stop
 
    }
 
} |