Player not Attached on BreakGuild

Zirius

New member
Messages
261
Points
0
Hello! I am trying to show the breaker's name on breakguild

I replaced the existing announce with this:

announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by " + strcharinfo(0) + " of [" + getguildname(.@GID) + "] guild.",bc_all|bc_woe;
but, strcharinfo(0) is not detected as implied by console, how can I attach the strcharinfo to my breaker?

 
Last edited by a moderator:
SOLVED. attach the char before the agitcheck loop.
What should i do to Make the breaker  name show in the announce?

thanks in advance 
default_biggrin.png


can you post your working woe control script about showing the name of the breaker i dont understand the best answer

 
Last edited by a moderator:
Back
Top