Aureon Posted April 22, 2014 Posted April 22, 2014 Hello scripters! i just want to ask how to check if it is a guildmate or not Quote
sandbox Posted April 22, 2014 Posted April 22, 2014 input .@mname$; getguildmember getcharid(2),0; .@count = $@guildmembercount; copyarray .@name$[0], $@guildmembername$[0], $@guildmembercount; for (.@i = 0; .@i < .@count; .@i++) if(.@mname$ == .@name$[.@i]) { mes "You are in the same guild"; close; } Try Quote
Question
Aureon
Hello scripters! i just want to ask how to check if it is a guildmate or not
1 answer 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.