#I would like to apply the tab list nickname, title changed, and nickname.

1 messages · Page 1 of 1 (latest)

fallen sonnet
#

Again, you can make args2/3 mandatory, then you dont need to check if they are set

#
  trigger:
    if arg-1 = 10:
      if arg-2 is set:
        kill arg-2

Command example2 <integer> <player>:
  trigger:
    if arg-1 = 10:
      kill arg-2```