# cmd
command /cmd <string> <string> <string> <string>:
trigger:
message "%arg-1% is the best"
message "%arg-2% is the cutie"
message "%arg-3% is the noob"
message "and %arg-4% is the lazy"
on tab complete of "/cmd": # tab completion command
set tab completions for position 1 to "Argument 1" and "Argument 2" # "Argument 1", "Argument 2" and "Argument 3"
set tab completions for position 2 to "Argument 3" and "Argument 4" # "Argument 1", "Argument 2" and "Argument 3"
set tab completions for position 3 to "Argument 5" and "Argument 6" # "Argument 1", "Argument 2" and "Argument 3"
set tab completions for position 4 to "Argument 7" and "Argument 8" # "Argument 1", "Argument 2" and "Argument 3"
# ^ # ^ # ^
# | # | - - - - - - - - |
# position, / arg-1(,2,3,4) # |
# (HUN: hanyadik argsra tegye) # the choises (HUN: választékok, argsok, amikből tudsz választani)
command /cmd <string> <string> <string> <string>:
trigger:
message "%arg-1% is the best"
message "%arg-2% is the cutie"
message "%arg-3% is the noob"
message "and %arg-4% is the lazy"
on tab complete of "/cmd": # tab completion command
set tab completions for position 1 to "Argument 1" and "Argument 2" # "Argument 1", "Argument 2" and "Argument 3"
set tab completions for position 2 to "Argument 3" and "Argument 4" # "Argument 1", "Argument 2" and "Argument 3"
set tab completions for position 3 to "Argument 5" and "Argument 6" # "Argument 1", "Argument 2" and "Argument 3"
set tab completions for position 4 to "Argument 7" and "Argument 8" # "Argument 1", "Argument 2" and "Argument 3"
# ^ # ^ # ^
# | # | - - - - - - - - |
# position, / arg-1(,2,3,4) # |
# (HUN: hanyadik argsra tegye) # the choises (HUN: választékok, argsok, amikből tudsz választani)