Skript

Skript

743k Downloads

Issue with Split Expr

Burbulinis opened this issue ยท 1 comments

commented

Skript/Server Version

[Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[Skript] Server Version: git-Paper-32 (MC: 1.20.1)
[Skript] Skript Version: 2.9.1 (skriptlang-github)
[Skript] Installed Skript Addons:
[Skript]  - skript-gui v1.3 (https://github.com/APickledWalrus/skript-gui)
[Skript]  - skript-reflect v2.5.1 (https://github.com/SkriptLang/skript-reflect)
[Skript]  - SkJson v4.0.1
[Skript]  - SkBee v2.16.1 (https://github.com/ShaneBeee/SkBee)
[Skript]  - Skript-Packet v2.1.2 (www.github.com/Anarchick/skript-packet)
[Skript] Installed dependencies: None

Bug Description

when I did
set {_word::*} to split {_word} at "", the input variable is a function parameter, in this situation it was "greet"
it returned "g", "r", "e", "e", "t", null
image

Expected Behavior

I expected "g", "r", "e", "e", "t"

Steps to Reproduce

i just used the split expression in a function and noticed there's an extra booger and tried to delete it, apparently it was null

Errors or Screenshots

error

Other

No response

Agreement

  • I have read the guidelines above and affirm I am following them with this report.
commented

happened due to outdated addon