Unit - A unit Is issued an order targeting an object
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
???
Then - Actions
Set temp_Location = (Position of (Target unit of issued order))
Else - Actions
Set temp_Location = (Position of (Target item of issued order))
I need a condition to check if said 'object' is a unit, or an item. Actions don't refer to objects, they refer to items or units, but I need to do seperate actions dependent on if the targeted object is an item, or a unit.