<!--quoteo(post=167312:date=Oct 14 2006, 12:34 AM:name=Phaser)--><div class='quotetop'>QUOTE(Phaser @ Oct 14 2006, 12:34 AM) [snapback]167312[/snapback]</div><div class='quotemain'><!--quotec-->
OK,
solved the problem this is how to get the mutiny_512.tga to play before you battle the crew on deck...
in the scripts/crew file this line:
void LaunchRiotOnShip()
{
string deckID = GetShipLocationID(pchar);
pchar.quest.riotondeck.win_condition.l1 = "location";
pchar.quest.riotondeck.win_condition.l1.location = deckID;
pchar.quest.riotondeck.win_condition = "ReachRiotDeck";
Locations[FindLocation(deckID)].boarding = "false";
Locations[FindLocation(deckID)].image = "loading\Mutiny_512.tga";
change to this...
void LaunchRiotOnShip()
{
string deckID = GetShipLocationID(pchar);
pchar.quest.riotondeck.win_condition.l1 = "location";
pchar.quest.riotondeck.win_condition.l1.location = deckID;
pchar.quest.riotondeck.win_condition = "ReachRiotDeck";
Locations[FindLocation(deckID)].boarding = "false";
Locations[FindLocation(deckID)].image = "loading\Mutiny_512.tga";
StartPictureAsVideo( "loading\Mutiny_512.tga" );
thanks Officerpuppy for getting me to look closer at the seadogs file you were correct that was were the answere was. <img src="style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid="

" border="0" alt="par-ty.gif" />
<!--QuoteEnd--></div><!--QuoteEEnd-->
Arr, another bug squashed. Good on 'ya mate! <img src="style_emoticons/<#EMO_DIR#>/me.gif" style="vertical-align:middle" emoid="

" border="0" alt="me.gif" />