QUOTE(chuiu_os @ Jun 19 2005, 04:41 PM)
If you're using the color codes, make sure you change them to work with trigedits format. I find it pretty dumb we have to do that though.
I am using color codes. The exact string for the name as it shows it in the string editor for my force is "<7>Heroes". I tried each of the triggers shown below, but they will not work.
CODE
Trigger("<7>Heroes"){
Conditions:
Always();
Actions:
Wait(2500);
}
//-----------------------------------------------------------------//
CODE
Trigger("Heroes"){
Conditions:
Always();
Actions:
Wait(2500);
}
//-----------------------------------------------------------------//
CODE
Trigger("Force 1"){
Conditions:
Always();
Actions:
Wait(2500);
}
//-----------------------------------------------------------------//