-- @/lua/ge/extensions/gameplay/drift/display.lua:103
local function onTightDriftScored(score)
flashMessage(string.format("Drift through! + %i points", score))
guihooks.trigger("stuntZoneScored",{type = "tightDrift", score = score})
end
function C:onTightDriftScored(score)
self:addCallback("tight", {score = score})