[SKRIPT] Help ASAP

Status
This thread has been locked.

LentMinecraft

Feedback score
0
Posts
371
Reactions
130
Resources
0
Hello, I am currently coding a report plugin for skript and i was wondering if anyone knew how to set it so if both arg 1 and arg 2 is set, it carries on.

I know how to do it for 1 arg but not both.. (if arg 2 is not s
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Chearful

thomas.gg
Supreme
Feedback score
115
Posts
1,398
Reactions
2,236
Resources
0
Code:
If arg 1 is not set:
    message "&cArg 1 is not set."
    exit trigger
If arg 2 is not set:
    message "&cArg 2 is not set."
    exit trigger
message "&aBoth arg 1, and arg 2 were set!"
 
Status
This thread has been locked.
Top