Page MenuHomeFeedback Tracker

Add scripting command to get players slot id
New, WishlistPublic

Description

Slot/Unit id is already in mission.sqm, add scripting command to get it from player.

Right now there is no way to get unique and persistent identifier about players slot without manually naming all playable units.

Details

Legacy ID
1774097667
Severity
None
Resolution
Open
Reproducibility
N/A
Category
Feature Request

Event Timeline

Tikka set Category to Feature Request.Feb 3 2016, 12:43 AM
Tikka set Reproducibility to N/A.
Tikka set Severity to None.
Tikka set Resolution to Open.
Tikka set Legacy ID to 1774097667.May 8 2016, 1:38 PM
Bohemia added a subscriber: Tikka.Feb 3 2016, 12:43 AM

You can give description to the unit and read it with roleDescription command if that helps https://community.bistudio.com/wiki/roleDescription

Tikka added a comment.Feb 3 2016, 2:50 PM

Yes, but that needs to be set manually on every unit, and it's not unique.