sulf Posted October 2, 2021 Share Posted October 2, 2021 Hey all. How would I make a skript that sends a random message from a list based off an interval? EX: "Did you know that you can use silk touch to mine spawners?" OR "Don't forget to claim your login reward with /daily!" Thanks for reading Link to comment Share on other sites More sharing options...
_Tarna_ Posted October 3, 2021 Share Posted October 3, 2021 Use a periodical event to whatever interval you want it to be. Then set a list variable to a list of all the messages you want. Then in that periodical event, get a random element from the list and broadcast that. https://skripthub.net/docs/?id=2050 https://skripthub.net/docs/?id=942 https://skripthub.net/docs/?id=1115 1 Discord - tarna256 In-game name - _Tarna_ Website - https://tarna.dev Paste Site: https://paste.tarna.dev --------------------------------------------------------- [VIP] - 7/27/2020 Support - 7/8/20 | 11/3/20 Helper - 11/3/20 - 2/21/21 Moderator - 2/21/21 - 5/17/21 - 5/17/21 - now Moderator - 12/20/22 - now --------------------------------------------------------- Link to comment Share on other sites More sharing options...
sulf Posted October 3, 2021 Author Share Posted October 3, 2021 2 hours ago, _Tarna_ said: Use a periodical event to whatever interval you want it to be. Then set a list variable to a list of all the messages you want. Then in that periodical event, get a random element from the list and broadcast that. https://skripthub.net/docs/?id=2050 https://skripthub.net/docs/?id=942 https://skripthub.net/docs/?id=1115 Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now