prontera,155,181,5 script Sample 757,{ set .CastleMap$,"prtg_cas03"; if( strcharinfo(0) != getguildmaster( getcastledata( .CastleMap$,1 ) ) || !getcharid(2) ){ mes "Only Guild Master of "+getguildname( getcastledata( .CastleMap$,1 ) ); mes "Can use my services."; }else{ if( select("Turn ON GVG:Turn OFF GVG") == 1 ){ atcommand "@GvgOn"; mes "Done GVG Enabled."; }else{ atcommand "GvgOff"; mes "Done.. GVG Disabled."; } } close; }