Jump to content

SkriptHelpNeeder

Member
  • Posts

    3
  • Joined

  • Last visited

SkriptHelpNeeder's Achievements

Lurker

Lurker (1/6)

0

Reputation

  1. im trying to make a skript with vixio. how do i only send the msg when its in a channel with a specific id? on guild message received: send "%event-user%: %event-message%" to all players
  2. is there a way to make it pick the first person or no?
  3. 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
×
×
  • Create New...