Jump to content

help with random pick


SkriptHelpNeeder

Recommended Posts

hello! i have a queue system and need to pick a random player from the list. how?

 

code:

command /queue:
	permission: staff.use
	trigger:
		if {queue::*} does not contain player:
			add player to {queue::*}
			send "&7[&0Queue&7] You have &a&ljoined &7the queue." to player
		else:
			remove player from {queue::*}
			send "&7[&0Queue&7] You have &c&lleft &7the queue." to player

 

Link to comment
Share on other sites

4 minutes ago, SkriptHelpNeeder said:

hello! i have a queue system and need to pick a random player from the list. how?

 

code:

command /queue:
	permission: staff.use
	trigger:
		if {queue::*} does not contain player:
			add player to {queue::*}
			send "&7[&0Queue&7] You have &a&ljoined &7the queue." to player
		else:
			remove player from {queue::*}
			send "&7[&0Queue&7] You have &c&lleft &7the queue." to player

 

set {_player} to a random element out of {queue::*}

 

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

6 minutes ago, SkriptHelpNeeder said:

is there a way to make it pick the first person or no?

set {_player} to first element of {queue::*}

set {_player} to {queue::1}

Not thaaat sure the first one works if it doesn't just take the second

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...