i wanna create command /wt and i wanna add these two arguments to it add and remove so /wt should just run another minecraft command called function and if you do /wt add <number> it is going to store that number in a specific scoreboard and run another command called function and i will figure out how to do /wt remove by myselft at that point
#create a command with several arguments
1 messages · Page 1 of 1 (latest)
no help
Whats your issue
Sounds like a perfectly fine idea
simple: I don't know how. skript's syntax is weird. documentation is not helpful
let me check the link
OH WAIT THAT IS REALLY HELPFUL, TYSM TYSM
thank you for the 3 pings
sorry
Google is a good resource, use it
I been searching a lot but I found nothing but a documentation, and YouTube videos that didn't help at all.
thank you very much, you saved me.
<text>, if arg-1 is might work good with this
Bro pinged him 5 times lol
uhh? where? you mean replies? I replied without pinging tho.
Replies ping people…
there is a @ to disable pinging while repling
💀
then why are you not pinged?
pov: you have negative iq
@vital hatch
and now i pinged you
ayo @vital hatch, have nothing to say huh?
hamburger
huh?

@proper bobcat command /wt [<text>] [<text>]: trigger: if arg-1 is "add": set {stored_number} to arg-2 execute console command "function my_function" send "&aStored number &e{stored_number}&a in the scoreboard." to player else if arg-1 is "remove": # insert code for remove argument here # execute console command "function my_function" # send "&cNot yet implemented." to player else: send "&cInvalid argument. Usage: /wt add <number>, /wt remove" to player