Al_Ciao Posted October 15, 2011 Share Posted October 15, 2011 ...that are probably answered somewhere that I couldn't find, but would be obvious in hindsight. Anyways. 1. I want to create two armbands. The first armband, when equipped, will warp me and my party to a new module. The second armband, when equipped, will warp me and my party back to wherever we were originally. How do I do this? 2. How do I make enemies that constantly spawn? Like in the Star Forge, where the droids spawn infinitely till you shut down the computers. I would want infinite spawning though (instead of just one enemy at a time per spawn point). Thanks in advance. Link to comment Share on other sites More sharing options...
Qui-Gon Glenn Posted October 15, 2011 Share Posted October 15, 2011 1. Look through KFiles, there are several warping armbands out there, including MrDefender's Wrist Console: my personal favorite. One way warping is easy enough... what you are asking, to be returned to a specific spot in a module where you were once standing... I am not sure if this is do-able or not. Somehow you would need to store the vector locations of each party member in some fashion, then your warp band would actually need to do two warps on the return trip: first warping you to the old module you were in, then warping you to that specific location you were in in that module. 2. Check out TimBob12's populate function. You could make all spawned NPC's automatically hostile, but still there would be a "cap" to the number spawned inside of one enemy.... I guess you could attach a script to the OnDeath event of some .utc's to run the populate script again, which would in essence make the enemies "infinite". Link to comment Share on other sites More sharing options...
Al_Ciao Posted October 16, 2011 Author Share Posted October 16, 2011 Cool, thanks. Where is TimBob12's populate function? Link to comment Share on other sites More sharing options...
Qui-Gon Glenn Posted October 16, 2011 Share Posted October 16, 2011 search the forums here, or look in the scripting subforum of Holowan Labs. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.