Anyone get bc-spawn to work?

zewtastic

New member
Apr 15, 2018
25
0
0
55
I'm trying to code zombies to spawn at a players location, even in buildings. Since bc-spawn has loc ability I thought it would be great but it does not seem to work for me.

4. bc-spawn entity <entityClassName> <x> <y> <z>

It doesn't seem to recognize entity class or loc info.
 
I use /player=<playername> /min=1 /max=10

and it works for me.

This is the code I have in RAT that I use for spawning an entity using the grabbag:

"bc-spawn entity " & itemId.Replace("!", "") & " /player=" & player.steamID & " /min=1 /max=10"
 
Thanks Tekkan.

I'm actually trying to see if I can get zombies to spawn on people in buildings and POIs. But have not been able to get it to spawn an entity