Crimsondeath
Active member
Hi to everyone,
I don't know if it's a bug of the engine or my mistake, but I'm trying to spawn entities wielding weapons but just one has it when the level starts:
I don't know if it's a bug of the engine or my mistake, but I'm trying to spawn entities wielding weapons but just one has it when the level starts:
Code:
#The two entities here:
spawn Patrullero #<-- this entity spawns wielding the Shield.
weapon Patrullero19
coords 240 200 0
at 0
spawn Patrullero_sentado
coords 270 230 0
flip 1
at 0
spawn Patrullero_sentado
coords 300 180 0
flip 1
at 0
spawn Patrullero #<-- this not :(
weapon Patrullero19
coords 300 270 0
at 0