Currently Posted April 8, 2013 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Share Posted April 8, 2013 changegm: next; mes "[secretary]"; mes "Please input the name of the next guild leader:"; input $gmleader; next; atcommand "@changegm $gmleader"; close; Quote Link to comment Share on other sites More sharing options...
Dastgir Posted April 8, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: Saturday at 10:21 AM Share Posted April 8, 2013 (edited) changegm: next; mes "[Secretary]"; mes "Please input the name of the next guild leader:"; input @gmleader$; next; atcommand "@changegm "+@gmleader$; close; But you should have checks before doing changegm. Edited April 8, 2013 by Dastgir Quote Link to comment Share on other sites More sharing options...
Currently Posted April 8, 2013 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Author Share Posted April 8, 2013 But would it matter? I mean if will say failed if no guild or the character is not online wont it? Quote Link to comment Share on other sites More sharing options...
Dastgir Posted April 8, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: Saturday at 10:21 AM Share Posted April 8, 2013 But would it matter? I mean if will say failed if no guild or the character is not online wont it? Yes, It would show if no guild or character So its your wish to add checks or not, It wouldn't matter i guess. Quote Link to comment Share on other sites More sharing options...
Question
Currently
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.