ok didnt see anything like this in the tuts, atleast not with a search
I am thinking i might need to use global variable text arr ie "|en1|en2" etc
how can I target an object via a specific variable?
Ie i set one objects variable to enemy.UID
So that this object can behave towards this specific ID
so if variable = enemy, behave towards this specific instance of this object
Does that makes sense? is this possible?
if not how about putting the enemy in the array ie global text variable = "|en1|en2"
target the specific object via int(tokenat(globalar,slot,"|"))
and then the object i want to act towards this specific object can get the slot in the array, and target it that way?
does that make sense? are these things possible?
is this something i need a standard version to do?
Note: im trying to avoid using tons of for statements to target both objects