Closed garyttierney closed 3 years ago
This prevents script compilation errors when an instruction is invoked with event_layers:
event_layers
def Event(): DisableObjectActivation(3001410, obj_act_id=-1, event_layers=[0])
Error: DisableObjectActivation() got an unexpected keyword argument 'event_layers'
Good catch.
This prevents script compilation errors when an instruction is invoked with
event_layers
: