This little test works awesome, but had one tiny little question (grin)
Is it possible to change that grey color output ? ( I do have the color codes)
	Code:
	sub EVENT_ITEM {
    if (plugin::check_handin(\%itemcount, 13005 => 1, 13006 => 1)) {
        quest::worldwidemarquee(315, 510, 1, 1, 3000, substr("This is a Test. Is it working?", 0));
    }
}
 EDIT: SORRY, Nevermind, just figured out the 'type' number was what I needed to change.