I try add bg image at npc (9005), but word is out image... why?
This is part of quest:
Code:
quest warehouse begin
state start begin
when 9005.click begin
if pc.getqf("pw")==0 then
setbgimage("depozit1.tga")
say_size(200,400)
say_title(" Administratorul depozitului:")
say_red("Bine ai venit. Eu îți pot oferi depozitulabcdefghijklmnopq")
say("tău personal în schimul a 500 Yang.")
say_reward("Vrei să cumperi ?")
local s=select("Cumpără.", "Ma-m răzgândit.")
if s==2 then
return
end






