RenLen Posted November 18, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 67 Reputation: 2 Joined: 03/01/12 Last Seen: April 11, 2013 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted November 18, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Yesterday at 05:27 AM Share 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 Link to comment Share on other sites More sharing options...
RenLen Posted November 18, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 67 Reputation: 2 Joined: 03/01/12 Last Seen: April 11, 2013 Author Share Posted November 18, 2012 Thank you,Emistry! I'm gonna fix it now. Quote Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.