TACRfan Posted May 25, 2016 Report Share Posted May 25, 2016 Hi, i want to add the ability for a paramedic to get the one person stretcher from the ALS LA ambulance. Im also not sure what the scripts called, its the one in the Kent mod. There is a script called GetStryker so it is linked to that. Paramedics can already get the one person stretcher from the kent mod ambulances but because i wanted my ambulances called from off map i had to change the model from the Red ALS ambulance to the kent mercedes sprinter. Quote Link to comment Share on other sites More sharing options...
dunwell99D Posted May 25, 2016 Report Share Posted May 25, 2016 It may be worth digging through the Welfordshire files because that mod has that function I think like with the floodlight script you probably have to have and object that is the stryker. Quote Link to comment Share on other sites More sharing options...
itchboy Posted May 26, 2016 Report Share Posted May 26, 2016 I believe its all a matter of copying the relevant stretcher code from that mod. the 'get' command, lift, unload person, and putincar. simply copy pasting it shouldnt work though because there are pre-defined vehicles inside the scripts. those need to be changed, or entirely new entires added, so that it would recognize the off map units or any other units you wish to add. in editor, make sure to give the appropriate stretcher childObjects to the relevant person units that you wish to give that functionality. Quote Link to comment Share on other sites More sharing options...
TACRfan Posted May 26, 2016 Author Report Share Posted May 26, 2016 8 hours ago, itchboy said: I believe its all a matter of copying the relevant stretcher code from that mod. the 'get' command, lift, unload person, and putincar. simply copy pasting it shouldnt work though because there are pre-defined vehicles inside the scripts. those need to be changed, or entirely new entires added, so that it would recognize the off map units or any other units you wish to add. in editor, make sure to give the appropriate stretcher childObjects to the relevant person units that you wish to give that functionality. Ok thanks Quote Link to comment Share on other sites More sharing options...