skript-reflect how do i add `or` to custom conditions?

  • 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.

Zackwall

New Member
Apr 21, 2022
9
0
1
Does anyone know how to add an `or` to a custom condition? i tried this
Code:
condition minigame %string% %player% status is %string% [or %string% [or %string%]]:
it works when i do
Code:
if minigame "test1" player status is "test2" or "test3" or "test4":
but when i do
Code:
if minigame "test1" player status is "test2" or "test3":
the entire command just deletes itself or something
 
Code:
if x = y or z = a:
if i'm correct
thats not what i meant
i just need information on how to add an `or` to the custom condition
Code:
condition minigame %string% %player% status is %string% [or %string% [or %string%]]:
because `[or %string% [or %string%]]` doesn't work
[doublepost=1651342273,1651252500][/doublepost]bump
 
isn't that exactly what i said?
condition minigame "test 1" is "test 2" or "test 1" is "test 3"
something like that
 
Status
Not open for further replies.