Solved i need help with bow skript thing

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

monke

Member
Mar 7, 2021
1
0
1
16
ok so I was editing this skript I found so it would shoot lightning and I wanted it to find all entities in a 10 block radius and strike lightning this is the skript

on shoot:
if name of shooter's held item is "&Test":
if {ts.delay::%shooter%} is not 1:
loop all living entities in radius 10 around shooter's target block:
loop 5 times:
strike lightning at loop-entity
wait 10 ticks
set {ts.delay::%shooter%} to 1
wait 5 seconds
set {ts.delay::%shooter%} to 0

but it gives an error saying:
"There is no loop that matches "loop-entity's location"" im not that good so anything will help
 
Status
Not open for further replies.