Hi again,
I am wondering if its possible to create dynamic variable names.
E.G. Position_1 is the name of a game logic in game. I want to be able to dynamically create a marker called Position_1_Marker.
Is there a way to get the entity name and add another string to it to make another variable name and then use that name to create the marker?
I would like to do similar things with ammo boxes, flag poles.
The goal is to have a script create an entire capture and hold position including markers, ammo boxes, flags, triggers, everything.