Staredit Network

Staredit Network -> UMS Assistance -> [SOLVED] Simple Problem
Report, edit, etc...Posted by Desperado on 2006-10-03 at 18:11:13
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.");
}

//-----------------------------------------------------------------//
Report, edit, etc...Posted by Fwop_ on 2006-10-03 at 18:13:28
Is the "Always Display" box checked? The triggers seem fine, though. Only thing that might be wrong is if that box is uncheked.
Report, edit, etc...Posted by Urmom(U) on 2006-10-03 at 18:13:37
Is always display checked?
Report, edit, etc...Posted by Desperado on 2006-10-03 at 18:17:40
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.
Next Page (1)