Hello,
I read some .lua files, and it looks like the actors (aliens, PHALANX, civilians, soldiers) only see each other, and think according to this shared (?) vision.
The syntax seems to be always: ai.see("all", nameOfTeam)
May the AI see other items than team members?
May it see static, hand placed invisible actors? I'm thinking about the rescue zone, the exit of a transport or that of an UFO.
May it see dynamic items such as smoke/fire field, or a rendez-vous flare?
May it see (or rather, remember) past actions? Corpses, last seen enemies location, last wounded/shot locations, etc?
Also, by what value could the parameter "all" be replaced? ("self"?)