Getguildmasterid - HerculesWS/Hercules GitHub Wiki
- getguildmasterid(<guild></guild>);
This function will return the character ID number of the guild master of the guild specified by the ID. 0 if the character is not a guild master of any guild.
prontera,155,180,5 script guildmasterID 89,{ if ([[getcharid]](2)!=0) { [[mes]] '''getguildmasterid'''(getcharid(2))+" it's your guildmaster id"; [[close]]; } }Category:Script Command