studman0201 Posted June 9, 2004 Share Posted June 9, 2004 I need tutorial which explains specifically about spawning. I can get one to spawn but am confused with the spawning of the next ones. I think it is something to do with when the first one dies it calls the second set or something, but I have tried and not got it working so anyways if a link to a tutorial or explanation is available I would really appreciate Link to comment Share on other sites More sharing options...
lassev Posted June 9, 2004 Share Posted June 9, 2004 As ladders are undoubtly the simplest form of SP maps, I very much doubt anybody would write a tutorial about such. And if the only thing unclear to you is the spawning, you don't even need a tutorial. You can also find the answer here by using the forum search function. But what you basically need to do is to use the NPC spawner, and NPC_target key. NPC spawner can spawn NPCs as many times as targeted (maybe there's also a key to set how many times it can do it, if not set to indefinite, cehck the entity properties). NPC_target will be triggered when the NPC dies, so that fulfils you requirement, I believe. Link to comment Share on other sites More sharing options...
zag Posted June 9, 2004 Share Posted June 9, 2004 what i think you need is a target_count or something similar which triggers the next group of opponents when you have killed the right amount of people.. does that sound right? Link to comment Share on other sites More sharing options...
Kengo Posted June 9, 2004 Share Posted June 9, 2004 Originally posted by zag what i think you need is a target_count or something similar which triggers the next group of opponents when you have killed the right amount of people.. does that sound right? Thats definately one way of doing it, and is one of the easiest (you don't need to use ICARUS). Here is Drakewl telling me how to do it, nigh on two years ago: http://www.lucasforums.com/showthread.php?s=&threadid=73693&highlight=counter How time flies... Also...if you link up two NPCs (select one, then a second, then control-k) you'll find that only the first will be in the level. Take him out, and the second will spawn. Using this, you can create all kinds of ladder type action. Link to comment Share on other sites More sharing options...
studman0201 Posted June 10, 2004 Author Share Posted June 10, 2004 I am thankful for advice. Link to comment Share on other sites More sharing options...
Jedi_Vogel Posted June 10, 2004 Share Posted June 10, 2004 I just re-read this thread, and didn't see anyone shouting at you. I bet if you'd just searched for "ladder" you would have got a lot of threads... Link to comment Share on other sites More sharing options...
Kengo Posted June 10, 2004 Share Posted June 10, 2004 Not only did no one yell at you, we just told you several ways to solve your spawning problem... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.