Jump to content

Home

Spawn multiple NPC's?


Chitch

Recommended Posts

Posted

Is it possible to spawn more than one NPC at a time?

 

For example, I'd like to have a large group of Stormtroopers in a MP map without having to do the "npc spawn stormtrooper" command 20 times.

 

Just curious.

Posted

Would it be something (This is very random guessing here) like:

 

/bind <key> npc spawn stormtrooper;npc spawn stormtrooper;npc spawn stormtrooper;npc spawn stormtrooper;npc spawn stormtrooper; etc.?

 

Repeated as many times as needed?

 

:confused:

Posted

using that command they'd spawn "on" each other, you'll need to push the npc so another one can appear at that place. you could put a wait 10 or wait 20 in between it and turn around. You wont be able to move though unless you put the move command in it as well ;)

Posted

I see.

 

Well, Although I could move around when the console was active in JO, I couldn't in JA, so I assumed this would have been the case.

 

At least I'm not going mad. :D

Posted

/seta stormtrooper "npc spawn stormtrooper"

/bind <key> vstr stormtrooper

 

 

Maybe

npc spawn stormtrooper; wait 5; +left; wait 5; -left; wait 2;

 

would work also, can't remember the movement cmds though.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...