Volunteers needed to code a complete Set!

Now that the community has grown we can try to do a complete set as a Work group so it will take less time and we can help each other with code what do you guys think about it?
High Quality Resources for Collectible Card Games
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=63&t=2889
It's ok, I think we'll be stepping on each other's toes. I'd rather just plough through it myself because I'm going to have about a week or so away from the internet soon (travelling) so it's hard to work together that way.Uresti wrote:well i can help you with tempest
I've found a way, possible to do a coin flip:Uresti wrote:Chaotic Goo <--we cant flip!
<EFFECT>
local index = math.random( 0, Object():GetNumberOfTargets()-1 )
if (Object():GetNthTargetCard( index ) ~= nil) then
Object():GetNthTargetCard( index ):Destroy()
end
</EFFECT>