ACTOR Robot1 14355
{
    //$Category "Super Demon Decoration"
    //$Title Machine 1
    Height 128
    Radius 58
    Scale 1.75
    +FLOORCLIP
    +SOLID
    States
    {
    Spawn:
        ROB1 A -1
        Stop
    }
}

ACTOR Robot2 14356
{
    //$Category "Super Demon Decoration"
    //$Title Machine 2
    Height 128
    Radius 58
    Scale 1.8
    +FLOORCLIP
    +SOLID
    States
    {
    Spawn:
        TERM A -1
        Stop
    }
}

ACTOR Robot3 14357
{
    //$Category "Super Demon Decoration"
    //$Title Machine 3
    Height 128
    Radius 58
    Scale 1.1
    +FLOORCLIP
    +SOLID
    States
    {
    Spawn:
      ROB3 A -1
      Stop
    }
}

ACTOR Robot4 14358
{
    //$Category "Super Demon Decoration"
    //$Title Machine 4
    Height 64
    Radius 40
    +FLOORCLIP
    +SOLID
    States
    {
    Spawn:
        ROB2 A -1
        Stop
    }
}