Page MenuHomeFeedback Tracker

Vehicle Respawn Module expression parameters won't work
New, NormalPublic

Description

If you use the Vehicle Respawn Module and want to execute a script via the "Expression" field. The second parameter for the old vehicle (preveios destroyed vehicle) will almost be every time <NULL-object>.
I tested it with the current Version of Arma 3 x64 and the Dev Branch Arma 3 x64 exe and they produce the same result.
Before the Jets DLC it just worked fine.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
1703
Category
Scripting
Steps To Reproduce
  • get into eden editor.
  • set a vehicle, like a quad bike.
  • set a player object.
  • set the vehicle respawn module.
  • sync the vehicle respawn module with the quad bike.
  • edit the expression field in the vehicle respawn module and put the following in it.
diag_log(_this)
  • press play scenario
  • look at the quad bike.
  • press esc
  • put the following code into the debug console and press "local exec"
cursorObject setDamage 1
  • check the rpt file
  • it should look like this
16:12:58 [bis_o1,<NULL-object>]

Event Timeline

PhILoX created this task.May 24 2017, 4:20 PM
PhILoX edited Steps To Reproduce. (Show Details)May 24 2017, 4:26 PM
PhILoX changed Category from Server to Scripting.May 24 2017, 4:29 PM
PhILoX changed Severity from Tweak to Minor.May 26 2017, 9:55 PM
Jigsor added a subscriber: Jigsor.Jul 20 2017, 2:23 AM
PhILoX changed Reproducibility from Sometimes to Always.Aug 20 2017, 2:14 AM