RenLen Posted November 18, 2012 Posted November 18, 2012 I want to add a delay on this script. http://upaste.me/fef516018d1646c7 It will be like 30 minutes delay before making another broadcast. It will only have one color. And also, remove the free broadcast. I tried fixing them up but I just messed the whole script so I need the help of an expert. Thank you! Quote
Emistry Posted November 18, 2012 Posted November 18, 2012 30 Minutes delay... change OnTimer180000: to OnTimer1800000: then change set .timedelay,0; to set .timedelay,1; Only 1 Colour.. change setarray .colorarray$[0], // Array That Store's Colors That Can Be Used For Broadcasts "FF3333", //Red "37FDFC", //Sky Blue "4DBD33", //Green "BAB9B9", //Grey "FFFF00", //Yellow "FF7F50"; //Orange to set .colorarray$,"FF3333"; Free Broadcast... set .costz,300000; // Set's Cost To Use Broadcaster (In Zeny) Quote
RenLen Posted November 18, 2012 Author Posted November 18, 2012 Thank you,Emistry! I'm gonna fix it now. Quote
Question
RenLen
I want to add a delay on this script.
http://upaste.me/fef516018d1646c7
I tried fixing them up but I just messed the whole script so I need the help of an expert. Thank you!
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.