View Single Post
  #10  
Old 09-10-2016, 02:35 PM
DanCanDo's Avatar
DanCanDo
Discordant
 
Join Date: May 2016
Location: Above Hell
Posts: 400
Default

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.
__________________
Project Insect Completed
Reply With Quote