Hello,
Is it possible to handle a collection (e.g. presets) ?
I tried a little code but as usual without success.
I do not know where is hidden "collection" in Gma3. I have looked in temp folder but ?
local function main()
Collection():Dump() --Dump() is called on a function
end
return main