08.01.2025, 11:07
Use this:
Code:
value = event.getvalue()
minvalue = 3
if value < minvalue then
grp.write(event.dst, minvalue)
end