0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Minecraft Skript 入門編 Part.6 SkriptのFAQ

Last updated at Posted at 2020-06-28

#SkriptのFAQについて

**ここをクリックして**すると隠されている中身が見れます。

この記事ではこれを使ってSkriptのFAQを記述していきます。また、どんどん更新する予定です。
#SkriptのFAQ

**`There's no loop that matches 'loop-player'`というエラーが出る。** コードの中に`loop-player`が使われているがloopの中にない。
*****
**`Cannot use 'attacker' outside of a damage/death/destroy event`というエラーが出る。** `attacker`は`on damage:`や`on death:`等のイベントでしか使えない。
*****
**`The expression 'victim' can only be used in a damage or death event`というエラーが出る。** `victim`は`on damage:`や`on death:`等のイベントでしか使えない。
*****
**Skriptがサーバー起動時に読み込まれない。** 旧バージョンのSkriptの可能性があります。[こちら](https://docs.skunity.com/downloads/)からのダウンロードをお勧めします。
*****
**`Can't understand this condition/effect: ○○○○`というエラーが出る。** ○○○○という部分はエラーの該当部分です。このエラーはそんなコードの書き方は知らないよ!!って言ってるので、スペルミスやアドオンの追加ミスを考えましょう。
***** 次は[コチラ](https://qiita.com/meoto2408/items/3d507c1d1417b73e641b)

前はコチラ

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?