Sziasztok, ez a quest miért nem akar menni?
quest ezegyquest begin
state start begin
when login begin
say("Üdvözöllek kalandor!")
local v = select("Egy", "Kettő")
if v == 1 then
notice_all("Egy")
end
if v == 2 then
notice_all("Ketto")
end
end
end
end
Hiába lépek be, nem akar elindulni..
qc megvolt, locale_list-be beírtam
quest ezegyquest begin
state start begin
when login begin
say("Üdvözöllek kalandor!")
timer("x", 1)
end
when x.timer begin
local v = select("Egy", "Kettő")
if v == 1 then
notice_all("Egy")
end
if v == 2 then
notice_all("Ketto")
end
end
end
end
loginnál nem fut le a select
Így sem akar menni :S
quest ezegyquest begin
state start begin
when login begin
say("Üdvözöllek kalandor!")
timer("x", 1)
end
when x.timer begin
local v = select("Egy", "Kettő ")
if v == 1 then
notice_all("Egy")
end
if v == 2 then
notice_all("Ketto")
end
end
end
end
ide kell egy szóköz az ő után