Problem solved. Location was set to only effect ground units.
"Test2." is not displayed. Why?
//-----------------------------------------------------------------//
Trigger("Player 1","Player 2","Player 3","Player 4","Player 5","Player 6"){
Conditions:
Always();
Actions:
Move Location("Player 1", "Protoss Observer", "Teleporter [A]", "Anywhere");
}
//-----------------------------------------------------------------//
Trigger("Player 1","Player 2","Player 3","Player 4","Player 5","Player 6"){
Conditions:
Bring("Player 1", "Protoss Observer", "Teleporter [A]", At least, 1);
Actions:
Display Text Message(Always Display, "Test2.");
}
//-----------------------------------------------------------------//
Can you guys not read?
Display Text Message(Always Display, "Test2.");
ADDITION:
I just realized that my location is only set for ground units. Problem solved.
ADDITION:
I just realized that my location is only set for ground units. Problem solved.