Jump to content

HeyMyNameIsThis

Member
  • Posts

    2
  • Joined

  • Last visited

HeyMyNameIsThis's Achievements

Lurker

Lurker (1/6)

0

Reputation

  1. Uh so I haven't used this before, so I hope im doing this correctly Im trying to make a skript that gives the player a random item every 30 or so seconds, but so the player can toggle it on/off, and I don't know what i'm doing wrong, since im still fairly new to using skript! every 10 seconds in world "world": loop all players: if {randomizer::%player's uuid%} is 1: set {%loop-player's uuid%::random} to random integer between 1 and 2267 execute console command "/give %loop-player% %{%loop-player's uuid%::random}% 1" send "&aRecived Random Item" to loop-player command /gen: trigger: if {randomizer::%player's uuid%} is 1: set {randomizer::%player's uuid} to 0 else: set {randomizer:%player's uuid} to 1 Could someone help me fix this?? Please and thanks!
×
×
  • Create New...