login kısmını bu şekilde güncelle .
when login begin
local current = pc.getqf("current")
local completed_level = pc.getqf("complete")
local level = pc.get_level()
if current == 0 and level > completed_level and level > 1 and level < 90 then
pc.setqf("buttonstate", 2)...