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?
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: