How to spawn.....
Hello,
I would like to ask you about how to spawn 2 actors at the same random time.
Let's say when actor 1 spawns after random time between 1-5 then actor 2 recognises it and spawns too.
Thank you in advance
I would like to ask you about how to spawn 2 actors at the same random time.
Let's say when actor 1 spawns after random time between 1-5 then actor 2 recognises it and spawns too.
Thank you in advance
Comments
Now, create a timer - after random(1,x) seconds,
change attribute game.NewBooleanAttribute to true.
Then create a rule
When attribute game.NewBooleanAttribute is true
Spawn actor 1
Spawn actor 2
This is a simple method, but I hope it helps.
I was going to suggest basically what he said.
Keep it simple on yourself.