Spawning an actor using tables based on actor's name
First of all thanks a ton to Gamesalad for adding tables capability..
Secondly, Thanks to tshirtbooth for his videos which make the transition to tables really smooth..
My question is that is there a way by which I can Spawn an actor by selecting it's name from the table..(I want to use names for distinguishing between different actors while spawning).. By using this I can just have one Spawn block in a loop and get all the values (name, parameters) from the table..
Thanks,
Andy
Secondly, Thanks to tshirtbooth for his videos which make the transition to tables really smooth..
My question is that is there a way by which I can Spawn an actor by selecting it's name from the table..(I want to use names for distinguishing between different actors while spawning).. By using this I can just have one Spawn block in a loop and get all the values (name, parameters) from the table..
Thanks,
Andy
Comments
Cheers..