duplicate actor
scusa83
Member Posts: 5
Hi
i have question , how can i duplicate the one actor in the scene
i want the same actor increase every 5 second
and how can i count them .
i have question , how can i duplicate the one actor in the scene
i want the same actor increase every 5 second
and how can i count them .
Comments
Use the Timer
>Every 5 seconds
>>Spawn an actor (the actor you want)
that should works
change attribute: game.counter TO game.counter+1