I cannot get the following function for the Server Command Gui to work.
%delay = 3000;
commandtoserver('messagesent', "Yo, ho, haul together, hoist the colors high.");
schedule(%delay, 0, eval, "commandtoserver('messagesent', \"Heave ho, thieves and beggars,
never shall we die.\");");
schedule(%delay*2, 0, eval, "commandtoserver('messagesent', \"The king and his men stole the queen from her bed and bound her in her Bones.\");");
schedule(%delay*4, 0, eval, "commandtoserver('messagesent', \"The seas be ours and by the powers where we will we'll roam.\");");
schedule(%delay*5, 0, eval, "commandtoserver('messagesent', \"Yo, ho, haul together, hoist the colors high.\");");
schedule(%delay*6, 0, eval, "commandtoserver('messagesent', \"Heave ho, thieves and beggars, never shall we die.\");");
schedule(%delay*8, 0, eval, "commandtoserver('messagesent', \"Some men have died and some are alive and others sail on the sea – with the keys to the cage...\");");
schedule(%delay*9, 0, eval, "commandtoserver('messagesent', \"and the Devil to pay we lay to Fiddler's Green!\");");
schedule(%delay*10, 0, eval, "commandtoserver('messagesent', \"The bell has been raised from it's watery grave...\");");
schedule(%delay*11, 0, eval, "commandtoserver('messagesent', \"Do you hear it's sepulchral tone?\");");
schedule(%delay*13, 0, eval, "commandtoserver('messagesent', \"We are a call to all, pay head the squall and turn your sail toward home!\");");
schedule(%delay*14, 0, eval, "commandtoserver('messagesent', \"Yo, ho, haul together, hoist the colors high.\");");
schedule(%delay*15, 0, eval, "commandtoserver('messagesent', \"Heave ho, thieves and beggars, never shall we die.\");");