🟣 QUEST: NPC „Reset Skilluri” (simplu)
Scris: Dum Feb 01, 2026 10:53 am
Cod: Selectaţi tot
quest reset_skills_npc_simple begin
state start begin
when 20084.chat."Reset Skilluri" begin
pc.clear_skill()
say("Skillurile au fost resetate!")
end
end
end