i take it your not making a campaign just a single mission, cos campaigns u need to be able to do the mission again (im not sure what the 'loose' type does, cos i just use endings 1 - 6)
just make 2 triggers ending #1 and #2 in the condition feild of #1 put the variable win and in #2 put the variable lose
define these variables in an init win = false; lose = false
then put in the on-activation field of #1 [] exec "outrowin.sqs", and in #2 [] exec "outrolose.sqs"
then in the briefing.html put end 1 win and all the things u want to say, end 2 lose and all the things u want that to say.
oh yeah put a script or trigger that makes win = true when you win, and lose = true when you lose.
oh yeah i forgot if you put end #something it will end the mission, ok u need two more triggers, change the 2 triggers u already have to type = none (not endings) put two more triggers end #1 and #2, #1 put condition endwin and define this variable to true at the end of the outrowin.sqs do the same for outrolose.sqs.
Does that answer, and did u even understand it lol i edited it twice lol?