//Will broadcast to the entire server mellina,63,60,6 script Sample 406,{ end; OnStart: //announce "Message",{,}; announce "The raid team of "+ rid2name( $@warpwaitingpc[0] ) +" was teleported to the Raid Dungeon!",bc_blue|bc_all; warpwaitingpc "guild_vs2",50,50; enablenpc "insidenpc"; end; OnInit: waitingroom "waiting room",3,strnpcinfo(3)+"::OnStart",2; end; } //Will only broadcast to users within guild_vs2 mellina,63,60,6 script Sample 406,{ end; OnStart: //mapannounce "","",{,{,{,{,{,}}}}}}; mapannounce "guild_vs2","The raid team of "+ rid2name( $@warpwaitingpc[0] ) +" was teleported to the Raid Dungeon!",bc_blue|bc_all; warpwaitingpc "guild_vs2",50,50; enablenpc "insidenpc"; end; OnInit: waitingroom "waiting room",3,strnpcinfo(3)+"::OnStart",2; end; }