Special-Operations-Brigade / SOB-Issue-Tracker

Public Issue Tracker for the MokTech Industries mods.
1 stars 0 forks source link

Rework disguises into their own addon #318

Closed m0kka closed 3 months ago

m0kka commented 4 months ago

Having the disguises sorta awkwardly duct-taped into equipment isn't ideal, would like to move disguises to their own addon entirely for better overview and management.

Additional work items:

ThatArcanist commented 3 months ago

@m0kka What error is being caused by removeEventHandler and CBA_fnc_removeEventHandler?

m0kka commented 3 months ago

The getVariable getters in lines 151, 154 default to "" if the variable was not set/deleted, which is not a valid value for either removeEventHandler or the CBA equivalent. default variable should be -1 (or the statement executions should be guarded with if branches against execution)

m0kka commented 3 months ago

don't know the specific circumstances of when this will error out (since the event ids should be correctly saved most of the time), but I did see it pop up in an rpt before