This is what I mean:
https://i.imgur.com/dVI3r3z.png
This is the code I'm using, it's quite simple, I think it's ok? I copied it from the Wolfenstein TC I believe.
Code: Select all
class Tree3 : Actor
{
Default
{
//$Tree44XX
-SOLID
}
States
{
Spawn:
TRE1 C -1;
Stop;
}
}