heyjoojoo Posted October 5, 2011 Report Share Posted October 5, 2011 I wanted to know how to add paramedic firefighters to the USAR Squad unit? Is this something I can do in the Editor or do I need to change something somewhere else?Kareem Quote Link to comment Share on other sites More sharing options...
heyjoojoo Posted October 5, 2011 Author Report Share Posted October 5, 2011 Sorry, please delete the duplicate posts.... the site seemed a bit slow posting... I didnt mean to post more than once... Quote Link to comment Share on other sites More sharing options...
Dyson Posted October 5, 2011 Report Share Posted October 5, 2011 As in for when it spawns? If so you need to edit the firestation scripts to allow the Paramedics to spawn. You also need to edit the unit.xml to allow the paramedic to be on board the rig Quote Link to comment Share on other sites More sharing options...
heyjoojoo Posted October 5, 2011 Author Report Share Posted October 5, 2011 Not necessarily for spawning but I would like at least the option of adding the paramedic from the personnel selector. Quote Link to comment Share on other sites More sharing options...
eggcarton Posted October 6, 2011 Report Share Posted October 6, 2011 How to add it to the personnel selectorOpen the Units/Vehicles/Fire Department/140usarsquad/unit.xml file in notepad.Underneath the line with FF_DIVER put this line<unit id="FF_PARAMEDIC" />It should in there twice, one for missions and one for freeplay.Save this and try it. How to make paramedic automatically get into USAR truck on station alarmOpen the LAFireStation.script in notepad etc.Find the section beginning with GameObjectList l7;Make sure the next line has VO_USAR in itA few lines down there is the 3 linesm.PushActionExecuteCommand(ACTION_NEWLIST, DUMMY_CALLCREW, Caller, 6, false); m.PushActionWait(ACTION_APPEND, 0.5f); m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 6, false);Change the 6's to 2's (or if you want 1 usar, 1 paramedic then change one etc.)Try it. Quote Link to comment Share on other sites More sharing options...
Dyson Posted October 6, 2011 Report Share Posted October 6, 2011 Yeah that's what I meant ^ Eggcarton was nice enough to demo it Quote Link to comment Share on other sites More sharing options...
heyjoojoo Posted October 7, 2011 Author Report Share Posted October 7, 2011 You guys are awesome! I was half way there! Thanks a billion! Quote Link to comment Share on other sites More sharing options...