1. i dont have problems with sf
2. i made the briefing in xtra already
3. when i open starforge and look at briefing, i dont see anything on the right column.
edit
btw when i make death triggers, instead of asking for name of unit it askes for the number.
Did i blam something? i didnt back anything up. does anyone have the original files?
anyway tp load briefings into a map?
btw heres my breifing list but in starforge i dont see anything in the right cloumn
Action NoAction()
{
Action(0, 0, 0, 0, 0, 0, 0, 0, 0, 4);
}
Action Wait(Number Time)
{
Action(0, 0, 0, Time, 0, 0, 0, 1, 0, 4);
}
Action PlayWAV(String WAVName, Number WAVTime)
{
Action(0, 0, WAVName, WAVTime, 0, 0, 0, 2, 0, 4);
}
Action TextMessage(String Text, Number Time)
{
Action(0, Text, 0, Time, 0, 0, 0, 3, 0, 4);
}
Action MissionObjectives(String Text)
{
Action(0, Text, 0, 0, 0, 0, 0, 4, 0, 4);
}
Action ShowPortrait(Unit Unit, Number Slot)
{
Action(0, 0, 0, 0, Slot, 0, Unit, 5, 0, 20);
}
Action HidePortrait(Number Slot)
{
Action(0, 0, 0, 0, Slot, 0, 0, 6, 0, 4);
}
Action SpeakingPortrait(Number Slot, Number Time)
{
Action(0, 0, 0, Time, Slot, 0, 0, 7, 0, 4);
}
Action Transmission(Number Slot, String WAVName, Modifier TimeModifier, Number Time, String Text)
{
Action(0, Text, WAVName, Time, Slot, 0, 0, 8, TimeModifier, 4);
}