quest guild_war_join begin state start begin when letter begin local e = guild.get_any_war() if e != 0 and pc.get_war_map() == 0 then setskin(NOWINDOW) makequestbutton("Giriş izni iste") end end when button begin cmdchat("loncaopengo "..q.getcurrentquestindex()) end when info or button begin local e = guild.get_any_war() if e == 0 then say("Savaş bitti bile.") else setskin(NOWINDOW) cmdchat("a99loncasey") end end end end