ryker Posted May 7, 2020 Is there any way I could make an actor that has a limit of appearances in a level. I want this to be in the actor code, not the level code. I this is an example of what I mean: Actor Example { spawnlimit 3 ... } 0 Quote Share this post Link to post
0 Bauul Posted May 11, 2020 You'll likely need to provide more information than this, as in standard Doom levels enemies will only spawn however many times you put them in a level. There's no built-in function for spawning enemies dynamically outside of scripts the author themselves write. What's the context here? 0 Quote Share this post Link to post
Question
ryker
Is there any way I could make an actor that has a limit of appearances in a level. I want this to be in the actor code, not the level code.
I this is an example of what I mean:
Actor Example { spawnlimit 3 ... }
Share this post
Link to post
1 answer 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.