-
Notifications
You must be signed in to change notification settings - Fork 758
Getguildmasterid
Haru edited this page Oct 19, 2016
·
1 revision
- 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