I'm making a custom lamp in DECORATE for my wad, but when I launch the game, this message pops up :
Script error, "marsholeresources.wad:DECORATE", line 1 :
Error parsing defs. Unknown tag : actor.
If I understand (I guess I don't then), the problem comes from the word "actor", and iirc, it's how you define an actor, isn't it ? Here's the full code :
Actor BlueTechLamp 1001
{
Radius 16
height 32
+SOLID
States {
Spawn :
BTLP ABCD 10 Bright
}
}
That's really weird (there's also a function that doesn't work, A_AttachLightDef, but apparently you have to do that in GLDEFS now).
Question
TheEvilGrin
Hello everyone,
I'm making a custom lamp in DECORATE for my wad, but when I launch the game, this message pops up :
Script error, "marsholeresources.wad:DECORATE", line 1 :
Error parsing defs. Unknown tag : actor.
If I understand (I guess I don't then), the problem comes from the word "actor", and iirc, it's how you define an actor, isn't it ? Here's the full code :
Actor BlueTechLamp 1001
{
Radius 16
height 32
+SOLID
States {
Spawn :
BTLP ABCD 10 Bright
}
}
That's really weird (there's also a function that doesn't work, A_AttachLightDef, but apparently you have to do that in GLDEFS now).
Anyone knows what's happening ?
Thanks in advance !
Share this post
Link to post
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.