File size: 571 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 |
-- ========== GENERATED BY SetpiecePrg Editor (Ctrl-Alt-S) DO NOT EDIT MANUALLY! ==========
rawset(_G, 'SetpiecePrgs', rawget(_G, 'SetpiecePrgs') or {})
SetpiecePrgs.Colorizations = function(seed, state, TriggerUnits)
local li = { id = "Colorizations" }
local rand = BraidRandomCreate(seed or AsyncRand())
prgdbg(li, 1, 1) sprocall(SetpieceCamera.Exec, SetpieceCamera, state, rand, true, "", "Max", "", "", "linear", 5000, false, false, point(142072, 168118, 58136), point(139389, 170852, 61350), false, false, 4200, 2000, false, 0, 0, 0, 0, 0, 0, "Default", 100)
end |