What should I edit here to have a customize flag with the guild's current emblem..
And also, about the CastleData, can I just change it to GuildData? Thank You in Advance!
lhz_in03,112,25,4,2 script Unknown HQ 722,{
set .@GID, GetCastleData("aldeg_cas03",1);
{
mes "[ Unknown HQ ]";
mes "Welcome to the Headquarters of the Unknown Guild!";
mes " ";
mes "The current Guild Leader of Unknown Guild is ^FF0000" + GetGuildMaster(.@GID) + "^000000.";
mes " ";
}
close;
OnRecvCastleA03:
FlagEmblem GetCastleData("aldeg_cas03",1);
end;
}