onOverrideDropColour (event)
Event called while setting colour to display a drop in the Drop section.
dropID integer
dropColour string
newDropColour string
function onOverrideDropColour(dropID, dropColour)
if dropID == 1000 then
return "#ff0000"
end
return dropColour
end
Use this event to override the colour of drops in the Drops section for specific cases or criteria.
Generated on the 26 June 2024 at 22:01:30 (UK Time)