Can someone please make me a Guild of the Month Flag NPC. Instead of using Getcastlename or something or GID, can I just put a guild name there and put a getguildmaster command? Example guild name: Amateurs.
Here's the example I made:
gonryun,160,118,4 script Guild of The Month 722,{
mes "[Guild of the Month]";
mes "The Guild of the Month is the ^ff0000"Amateurs"^000000 Guild";
mes "Their Guild Master is ^FF0000" + GetGuildMaster + "^000000";
end;
}
Can someone please help me with this? Also, I wanna put the emblem thing
Can someone please make me a Guild of the Month Flag NPC. Instead of using Getcastlename or something or GID, can I just put a guild name there and put a getguildmaster command? Example guild name: Amateurs.
Here's the example I made:
gonryun,160,118,4 script Guild of The Month 722,{ mes "[Guild of the Month]"; mes "The Guild of the Month is the ^ff0000"Amateurs"^000000 Guild"; mes "Their Guild Master is ^FF0000" + GetGuildMaster + "^000000"; end; }Can someone please help me with this? Also, I wanna put the emblem thing
Edited by InstinctLink to comment
Share on other sites