quest boar begin
state start begin
when 71114.use begin
if pc.getqf("boar") == 0 then
pc.mount(20110, 60*60*60)
pc.setqf("boar",1)
elseif pc.getqf("boar") == 1 then
pc.unmount()
pc.setqf("boar",0)
else
chat("Hiba")
pc.setqf("boar",0)
end
end
end
end