Code: Select all
ACTOR WitchavenTree1 30039
{
height 100
radius 34
+SOLID
States
{
Spawn:
WTRE A -1
Stop
}
}Code: Select all
ACTOR WitchavenTree1 30039
{
height 100
radius 34
+SOLID
States
{
Spawn:
WTRE A -1
Stop
}
}
Code: Select all
ACTOR Stalagtite 47
{
Game Doom
Radius 16
Height 40
+SOLID
States
{
Spawn:
SMIT A -1
Stop
}
}

Well, I dunno, but I at least found a way around it (even if it's a bit hacky).Graf Zahl wrote:It can't be DECORATE as all internal actors are done the same way.