Jump to content
  • 0

Freeze value with choosen value script


DrBesar1234566

Question

@

Help me,the t[2] value didn't freeze at all.How to do the right command without freezing the t[1] value in the save list.Thank You

function PLANT()
local t = gg.getListItems()
for i, v in ipairs(t) do
t[1].value = "-10"
t[2].value = "1,056,964,608"
t[2].freeze = true
end
gg.setValues(t)
end

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.