try this:
gonryun,160,118,4 script Guild of The Month 722,{
mes "[Guild of the Month]";
mes "The Guild of the Month is the ^ff0000"+getguildname(.a)+"^000000 Guild";
mes "Their Guild Master is ^FF0000"+.b$+"^000000";
close;
OnInit:
set .guild$, "+getguildname(.a)+";
query_sql("SELECT `guild_id`,`master` FROM `guild` WHERE `name` = '"+.guild$+"';",.a,.b$);
flagemblem .a;
}
if not working make an sql query which getting the name of the guild of the month