-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Environment Information
[Skript] Server Version: 1.21.8-2483-6c88d74 (MC: 1.21.8)
[Skript] Skript Version: 2.11.2 (skriptlang-github)
[Skript] Installed Skript Addons:
[Skript] - oopsk v1.0-beta1 (https://github.com/sovdeeth/oopsk)
[Skript] - SkCheese v1.6
[Skript] - skript-particle v1.3.2 (https://github.com/sovdeeth/skript-particle)
[Skript] - skript-reflect v2.6 (https://github.com/SkriptLang/skript-reflect)
[Skript] Installed dependencies: NoneBug Description
Object types are unable to accept ADD/REMOVE changers within structs, however specific types like number are.
Steps to Reproduce
struct B:
value: object
on script load:
add value() to {_a}
set {_b} to B struct
add value() to {_b}->value
function value() :: object:
return 123Errors or Screenshots
Line 8: (test.sk)
field value of {_b} can't have anything added to it
Line: add value() to {_b}->valueOther
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers