Closed jonpas closed 10 years ago
Removed AGM and it's not even working with XMedSys' own Interaction Menus, looks like it got forgotten about when removing XActionUI dependency?
Maybe easier way would be to make loading when interacting with the unit and then it would load to closest vehicle and for unload simply unload everyone loaded that way. Just a suggestion if you don't have time or it's hard to make it like it was.
will require a new dialog based way to do so (at least: a very different way to do so : /)
but yes ... it was simply forgotten ^^
Well maybe you could make it like AGM does it and not bother with the extra dialog of who to load (just make it a dialog option on unit, there is place next to Drag and Carry buttons) and then for unload everyone that was loaded that way (setVariable when loading them and call that back?).
I would love to help, but I get lost in the code easily. :)
First part of WorkAround is already commited https://github.com/X39/XMedSys1/commit/eaf8bf62970e4544dfc6e581b31aa002de9e9bb3
:+1:
Good job! :+1:
This still doesn't seem to work for us. How are you supposed to put people into vehicle and then pull them out, what kind of procedure? I tried many different things and never got an option. (Tested on Dedicated)
to load someone in a vehicle: move unit <10 meters to a supported vehicle (isKindOf "landVehicle", "boat", "air") & use other interaction on the unit
to unload all: use other interaction on vehicle
Nope, that doesn't want to work for some reason. That is AGM Interaction, correct?
did not checked AGM interaction but should work same there
Nope, just tested, doesn't work. Doesn't even work when using XLib/XMedSys keys and it's own interaction menu, buttons are there but they are not functioning.
gahhh ... https://community.bistudio.com/wiki/moveInCargo
only working in SP due locallity issues ... FUCK YOU ARMA!
Yap, that's Arma for us...
Simply no entry for it, checked the code, it's not there. If medical sub-menu is full you can put it where drag/carry is.