Page MenuHomeFeedback Tracker

Impossible to determine if dead body is in a vehicle or not
New, WishlistPublic

Description

For those players that are still alive in a vehicle, comparison "vehicle player == player" returns false. But "vehicle (allDeadMen select N) == (allDeadMen select N)" is always true.

Please take a look at the attached picture. {F25221}

Details

Legacy ID
1409663069
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting

Event Timeline

sms edited Steps To Reproduce. (Show Details)Dec 1 2014, 2:33 PM
sms edited Additional Information. (Show Details)
sms set Category to Scripting.
sms set Reproducibility to Always.
sms set Severity to None.
sms set Resolution to Open.
sms set Legacy ID to 1409663069.May 7 2016, 7:54 PM

dead unit is still

vehicle unit != unit //true

for maybe 10-20 seconds, then it becomes a body and at this point it becomes

vehicle unit != unit //false

when dead unit becomes a body name becomes Unit: No Name and unit group become <NULL-Group>

There are other problems with this new functionality as both crew and fullCrew show that the place is occupied however you can manually enter it, just not by script.