quest test begin
state start begin
when login begin
if pc.getqf("test_weapon") == 0 then
pc.setqf("test_weapon", 1)
if pc.job == 0 then
pc.give_item2(10)
elseif pc.job == 1 then
pc.give_item2(1000)
elseif pc.job == 2 then
pc.give_item2(10)
elseif pc.job == 3 then
pc.give_item2(7000)
end
say_title("Probuzení ")
say_color("black","text")
say_color("black","text")
say_color("black","text")
wait()
say_title("Mimochodem")
say_color("black","text"..pc.get_name.."!")
say_color("black","text")
say_color("black","text")
say_color("black","text")
say_color("black","text")
say_color("black","text")
say_color("black","text")
say_color("black","text")
say("")
say_color("black","text")
say_color("black","text")
say("")
say_color("black","text")
end
end
end
end
it's an quest that is triggered on first player spawn. and the problem is where the wait() is... dunno am i doing something wrong?