File size: 633 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 |
-- ========== GENERATED BY SetpiecePrg Editor (Ctrl-Alt-S) DO NOT EDIT MANUALLY! ==========
rawset(_G, 'SetpiecePrgs', rawget(_G, 'SetpiecePrgs') or {})
SetpiecePrgs.CirclesChickenMove2 = function(seed, state, TriggerUnits)
local li = { id = "CirclesChickenMove2" }
local rand = BraidRandomCreate(seed or AsyncRand())
local _, Schliemann
prgdbg(li, 1, 1) _, Schliemann = sprocall(SetpieceAssignFromGroup.Exec, SetpieceAssignFromGroup, state, rand, Schliemann, "", "chicken", "Object", false)
prgdbg(li, 1, 2) sprocall(PrgPlaySetpiece.Exec, PrgPlaySetpiece, state, rand, false, "", "", "CirclesChickenMove2_Schliemann", nil)
end |