Hello! I recently started skript and stopped at one place. I couldn't solve it because I didn't check it properly. What should I do?
- command /oni <text>:
trigger:
if arg is "s":
if {oni} is set:
set {oni} to location of player
send "鬼の初期地点を変更しました。" to player
stop
else:
set {oni} to location of player
send "鬼の初期地点を保存しました。" to player
stop
if arg is "t":
teleport player to {oni}
send "テレポート!" to player
stop
else:
send "初期地点どこ?^^" to player
stop
if arg is "y":
loop all players:
if block under loop-player is gold block:
teleport player to {oni}
erorr
[14:14:31 INFO]: [Skript] Loading variables...
[14:14:31 INFO]: [Skript] Loaded 1 variables in 0.0 seconds
[14:14:31 WARN]: [Skript] Empty configuration section! You might want to indent one or more of the
subsequent lines to make them belong to this section or remove the colon at the end of the line if
you don't want this line to start a section. (yakata.sk, line 3: if arg is "s":')
[14:14:31 WARN]: [Skript] Empty configuration section! You might want to indent one or more of the
subsequent lines to make them belong to this section or remove the colon at the end of the line if
you don't want this line to start a section. (yakata.sk, line 19: if arg is "y":')
[14:14:31 WARN]: [Skript] Empty configuration section! You might want to indent one or more of the
subsequent lines to make them belong to this section or remove the colon at the end of the line if
you don't want this line to start a section. (yakata.sk, line 21: if block under loop-player is gol
d block:')
I would be happy if you could tell me where I made a mistake and how to fix it. Please also ask a question.