Posted: Tue Jun 01, 2021 9:16 am Post subject: Easier way to setup checkboxes?
So I have a trainer with a lot of checkboxes, and I have to do each one like:
Code:
function * (sender)
if form.Checkbox.State == cbCheked then
autoAssemble ([[
-- bytes (enable)
]])
else
autoAssemble ([[
-- bytes (disable)
]])
end
end
Is there a easier way to do this like with variables?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum