Code: Select all
Model table
{
   Path "models\table"
   Model 0 "table.md2"
   Skin 0 "RTEX043.bmp"
   Scale 1.0 1.0 1.0
   FrameIndex TBLE A 0 0
}
Code: Select all
actor table 25003
{
    Radius 64
    Height 64
    +SOLID
    states
    {
    Spawn:
      TBLE A 0
	  loop
    }
}
gzdoom\models\table
in table I have:
table.md2
RTEX043.bmp
but when I start the level I get the following message from the console:
Code: Select all
SKIN 'RTEX043.BMP' NOT FOUND IN 'TABLE'

