announce the name of who broke

edit agit_main.txt

npc/guild/agit_main.txt

Code:
// Respawn the Emperium, and display new owners.sleep 500; // Slow down script execution slightly.if( agitcheck() )	donpcevent "Agit#"+strnpcinfo(2)+"::OnStartArena";sleep 7000;-announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by the [" + getguildname(.@GID) + "] guild.",bc_all|bc_woe;+announce "The [ " + getcastlename(strnpcinfo(2)) + " ] castle's emperium has been destroyed by [ "+strcharinfo(0)+" ] and conquered by the [ " + getguildname(.@GID) + " ] guild.",bc_all|bc_woe;end;
 
Last edited by a moderator:
Back
Top