Quote:
Originally Posted by Pistitom
First of all , this is one great mod I must say....love it...Just one minor problem.... 
When I select next song using the gramophone dragable thingy the nest song starts and a few seconds later the radioman replies, Ja , and jumps to the next track ( so one track is always skipped. ) I've added manually the SH3 songs before, and the 30's popular german songs mod as well. Could this be the problem ? The Tipperary command works fine...THX
|
It seems like one of your mod activates the "next song" trigger at the same time my mod activate the radioman animation which trigger "next song" at the end as well.
As a workaround :
open the file "data\Scripts\AI\Crew\Gramophone_next.aix" of my mod,
and comment the line 8 (by adding // ) like this :
Code:
// Wp:ExecuteCommand( "Gramophone_next" );
This should fix your problem