Why?? I don't know what I'm doing but it makes GZDoom angry. Since it says that the problem is the "Zombie" class, I guess this is the code with the problem:
// Zombie Man
ACTOR Zombie : ZombieMan replaces ZombieMan
{
States
{
Ice:
POSS Z 5 A_FreezeDeath
POSS Z 1 A_FreezeDeathChunks
Goto See
}
}
But still, I'm guessing that the error means that I used the same name in two different actors, but I haven't done that.
Question
KVELLER
Why?? I don't know what I'm doing but it makes GZDoom angry. Since it says that the problem is the "Zombie" class, I guess this is the code with the problem:
// Zombie Man ACTOR Zombie : ZombieMan replaces ZombieMan { States { Ice: POSS Z 5 A_FreezeDeath POSS Z 1 A_FreezeDeathChunks Goto See } }
But still, I'm guessing that the error means that I used the same name in two different actors, but I haven't done that.
Share this post
Link to post
2 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.