quest livellatore begin state start begin when 20095.chat."Livellatore" begin say("Ciao sono il livellatore!!!") say("Posso livellarti fino al livello massimo!!") say("Sei pronto??") local liv = select("Si","No") if liv == 1 then while pc.get_level() < 250 do pc.give_exp2(pc.get_next_exp()) end if liv == 2 then say("Torna quando vuoi") return end end end end