    Actor BYDLOWriter
			{
			 States
				 {
				  Spawn:
					  TNT1 A 0
					  TNT1 A 0 A_Jump (256, "Hooli", "LSD")
					 Stop
				   LSD:
					  TNT1 A 0
				      TNT1 A 0 A_CustomMissile ("DecalLSD", 48, 0, random (0,360), 2, random (0,60))
					 Stop
				   Hooli:
					  TNT1 A 0
					  TNT1 A 0 A_CustomMissile ("DecalSlavic", 48, 0, random (0,360), 2, random (0,60))
					 Stop 	
				 }
            }


		  Actor AlaWriter
			{
			 States
				 {
				  Spawn:
					  TNT1 A 0
					  TNT1 A 0 A_CustomMissile ("DecalALLAB", 48, 0, random (0,360), 2, random (0,60))
					 Stop 	
				 }
            }

		Actor SiegWriter
			{
			 States
				 {
				  Spawn:
					  TNT1 A 0
					  TNT1 A 0 A_CustomMissile ("DecalSIEG", 48, 0, random (0,360), 2, random (0,60))
					 Stop 	
				 }
            }


		Actor ScaredWriter
			{
			 States
				 {
				  Spawn:
					  TNT1 A 0
					  TNT1 A 0 A_CustomMissile ("DecalScared", 48, 0, random (0,360), 2, random (0,60))
					 Stop 	
				 }
            }
        

		Actor CartelWriter
			{
			 States
				 {
				  Spawn:
					  TNT1 A 0
					  TNT1 A 0 A_Jump (256, "LATI", "LSD")
					 Stop
				   LSD:
					  TNT1 A 0
				      TNT1 A 0 A_CustomMissile ("DecalLSD", 48, 0, random (0,360), 2, random (0,60))
					 Stop
				   LATI:
					  TNT1 A 0
					  TNT1 A 0 A_CustomMissile ("DecalCartel", 48, 0, random (0,360), 2, random (0,60))
					 Stop 	
				 }
            }		


			Actor Darkwriter
			{
			 States
				 {
				  Spawn:
					  TNT1 A 0
					  TNT1 A 0 A_Jump (256, "GRAFF", "DARKLORDS")
					 Stop
				   GRAFF:
					  TNT1 A 0
				      TNT1 A 0 A_CustomMissile ("DecalGRAFF", 48, 0, random (0,360), 2, random (0,60))
					 Stop
				   DARKLORDS:
					  TNT1 A 0
					  TNT1 A 0 A_CustomMissile ("DecalDARKLORDS", 48, 0, random (0,360), 2, random (0,60))
					 Stop 	
				 }
            }

























   ACTOR RockPainting //: Doomimpball
  {
	Radius 3
    Height 3
	Gravity 0.9
    Scale 1.0
	speed 99
	Mass 1
    Bouncecount 5
    BounceFactor 0.9 
    +DOOMBOUNCE
	+THRUACTORS
    +NOBLOCKMAP
	+MISSILE
    +NOTELEPORT
    +CLIENTSIDEONLY
    +BLOODLESSIMPACT 
	+DONTSPLASH
	+FLOORCLIP
  }

 
  Actor DecalScared : RockPainting
      {
       Decal Scared
      }

  Actor DecalCartel : RockPainting
		{
		 Decal LATI
		}

 Actor DecalLSD : RockPainting
			{
			 Decal LSD
			}

 Actor DecalSLAVIC : RockPainting
			{
			 Decal SLAVIC
			}

 Actor DecalSieg : RockPainting
			{
			 Decal SIEG
			}

 Actor DecalALLAB : RockPainting
		   {
			Decal ALLAB
		   }

Actor DecalGRAFF : RockPainting
		  {
		   Decal GRAFF
		  }

Actor DecalDarkLords : RockPainting
		  {
		   Decal DARKLORDS	
		  }	