im using an action to delete vehicle's, when I used the same actions I've been using for UAV's on the UGV Stomper it does not do BackFromUAV action unless you are in the Turret! {F22943}
Description
Details
- Legacy ID
- 2037285805
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- N/A
- Category
- UAV (Unmanned Aerial Vehicle)
- Get the UGV Stomper
- Try to use the action
- Observe how it does nothing in the driver's seat.
here is the line that im using.
this addaction ["<t color='#680006'>Delete me!</t>", "(_this select 0) action ['BackFromUAV', (_this select 1)]; sleep 1; [deleteVehicle (_this select 0)]", [], 0, true, true];
Event Timeline
http://community.bistudio.com/wiki/ArmA_3:_Actions
BackFromUAV is probably what you're looking for.
thanks that works! but now I have an issue, that command will not work when you are the driver of the UGV Stomper! It works fine from the turret though
I've fixed an error in your code
this addaction ["<t color='#680006'>Delete me!</t>", "(_this select 0) action ['BackFromUAV', (_this select 1)]; deleteVehicle (_this select 0)", [], 0, true, true];
this works ^^^ though probably not the best way to go about it
i see what you mean, but that still doesnt fix the backfromuav command using it when in the driver of the vehicle of the UGV!!.
The code mentioned in the Additional Information field should work now. You are automatically kicked out of the direct control when a vehicle is deleted.
But action "BackFromUAV" is still not working for UGV driver position. We will look at it.
@DarkDruid just tested "BackFromUAV" action on stomper driver and it works for me, could you please paste how you test it?
Killzone Kid: Sure :)
- Open new empty mission
- Insert player as a BLUFOR UAV Operator
- Insert a BLUFOR UGV Stomper RCWS
- Start the mission
- Open UAV Terminal via action menu
- Connect to UGV by right click on its icon and selecting of connect item
- Use "Control Driver" button in the Terminal
- Press ESC and insert into execute field in the console: (getConnectedUav player) action ["BackFromUAV",player];
- Observe that nothing happens
The problem is with UGV Stomper RCWS (B_UGV_01_rcws_F). For some reason it fails on this model, but it works with another Stomper (B_UGV_01_F). I think it is config problem not command.
Should be fixed in current dev branch version. Could you please confirm if it is working? Thanks!
Mass closing tickets marked as resolved more than 1 month ago.
If the issue is in fact not resolved, please create a new ticket referencing this one and ask for it to be re-opened.