Page MenuHomeFeedback Tracker

Event Handeller for Clothing/Equipment Changes
Closed, ResolvedPublic

Description

Obviously with the introduction of clothing and other equipment that can be changed while playing it would be nice to have a level of control over the changing of equipment without having to resort to seriously inefficient methods.

Something like "HandleEquipment" that returns "[unit, current classname, previous classname, slot]" whenever clothing or equipment is changed. The classname can return "None" if the slot is empty.

This would add the ability for developers to control what players can use what clothes and equipment and where they can equip/remove them as well.

Details

Legacy ID
275407745
Severity
None
Resolution
Fixed
Reproducibility
N/A
Category
Feature Request

Event Timeline

PolarisUK edited Additional Information. (Show Details)
PolarisUK set Category to Feature Request.
PolarisUK set Reproducibility to N/A.
PolarisUK set Severity to None.
PolarisUK set Resolution to Fixed.
PolarisUK set Legacy ID to 275407745.May 7 2016, 3:32 PM

This would be a really nice feature for all kinds of servers such as, Life servers, some role play combat servers, and even servers like dayz or some mod similar would really benefit from this.

It seems this feature already exists in the "PUT" and "TAKE" EHs but they were both poorly documented and, at the time of writing, aren't consistent and need fixing.