HI! Go to the following folder: ...\Mods\Los Angeles Mod v2.0\Scripts\Game\Command\ And open LAFireStationStart.script with NotePad Go to line 171 which should look like this: m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 2, false); Change the 2 to a 1, so you will get this: m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 1, false); Do the same thing in line 187. You might also want to edit LAFireStation.script and do the same thing to lines 220, 241 and 262, otherwise the 2 FF/PM's will only spawn at the beginning and not when the alarm is raised again later in the game. Good luck, Hoppah