Page MenuHomeFeedback Tracker

Get rope from rope segment (missing command)
Feedback, NormalPublic

Description

currently impractical to look at a rope segment and derive the rope object.

we are missing a "rope" command

_ropesegment = ((player nearObjects 5) select {_x isKindOf 'RopeSegment'}) # 0;
_rope = rope _ropesegment;

Details

Severity
Feature
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

MDCCLXXVI created this task.Jan 9 2023, 8:42 AM
This comment was removed by dedmen.
dedmen added a subscriber: dedmen.Jan 9 2023, 1:10 PM

Will extend objectParent

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Jan 10 2023, 12:43 AM
BIS_fnc_KK changed the task status from New to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.
dedmen set Ref Ticket to AIII-55474.Jan 10 2023, 6:06 PM

Will extend objectParent

fantastic!