#Particle error

1 messages · Page 1 of 1 (latest)

hexed coral
#

The error is:

pearl tangle
#

send /sk info and send the code where you're invoking the function

hexed coral
#

sk info:

[15:02:11 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[15:02:11 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[15:02:11 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[15:02:11 INFO]: [Skript] Server Version: git-Paper-497 (MC: 1.20.4)
[15:02:11 INFO]: [Skript] Skript Version: 2.9.1 (skriptlang-github)
[15:02:11 INFO]: [Skript] Installed Skript Addons:
[15:02:11 INFO]: [Skript] - SkUniversal v2.13
[15:02:11 INFO]: [Skript] - skUtilities v0.9.2 (https://tim740.github.io/)
[15:02:11 INFO]: [Skript] - skript-reflect v2.4 (https://github.com/SkriptLang/skript-reflect)
[15:02:11 INFO]: [Skript] - skRayFall v1.9.28 (https://sk.rayfall.net/)
[15:02:11 INFO]: [Skript] - SkQuery v4.1.9
[15:02:11 INFO]: [Skript] - SkBee v3.5.9 (https://github.com/ShaneBeee/SkBee)
[15:02:11 INFO]: [Skript] - MythicSkriptAddon v0.99.7
[15:02:11 INFO]: [Skript] Installed dependencies:
[15:02:11 INFO]: [Skript] - Vault v1.7.3-b131
[15:02:11 INFO]: [Skript] - WorldGuard v7.0.9+5934e49

GitHub

Aliases for Skript. Contribute to SkriptLang/skript-aliases development by creating an account on GitHub.

GitHub

Powerful reflection utilities for Skript. Contribute to SkriptLang/skript-reflect development by creating an account on GitHub.

#

the code is that

#

function line(l: location, l2: location,p:player):
set {_l} to the location 1.5 blocks above {_l}
set {_v} to vector from {_l} to {_l2}
loop (distance between {_l} and {_l2} * 1) times:
set vector length of {_v} to loop-value / 1
draw 1 of wax off at ({_l} ~ {_v}) with extra 0
chance of 50%:
halt 1 tick

every 20 ticks:
loop all players:
line(location of loop-player,spawn(),loop-player)

#

the function spawn returns a location

hexed coral
#

wait I fixed it?

#

I removed

#

MythicSkriptAddon

#

and SkUniversal