OSRS Plugin API
    Preparing search index...

    Enumeration ON_RUN_WEIGHT_TRANSMIT

    Event id for changing carrying weight. Calls the OnRunWeightTransmitCallback.

    -- Create a function
    local runWeight = function(weight)
    osrs.printf("Players run weight: %i", weight)
    end
    -- Subscribe to the function
    osrs.Events.subscribe(runWeight, osrs.Events.ON_RUN_WEIGHT_TRANSMIT)