Skript Version (do not put latest): Skript 2.3.6
Skript Author: Bensku
Minecraft Version: 1.12.2
Addons: skript-mirror
So, I have a couple of questions relating to skript-mirror effects.
1. How can I make it specify conditions in an effect? E.X:
What I'm talking about is a condition in an effect like {kills::%player%} = 5 or player is on the ground
and etc.
2. How can I make a longer thing for a effect? Hard to explain but the example should show what I mean.
If those 2 questions are answerable please tell me! Thanks!
[doublepost=1554124136,1553993159][/doublepost]Bump! I require answers.
Skript Author: Bensku
Minecraft Version: 1.12.2
Addons: skript-mirror
So, I have a couple of questions relating to skript-mirror effects.
1. How can I make it specify conditions in an effect? E.X:
Code:
create quest "Name" for player with goal {kills::%player%} = 5
and etc.
2. How can I make a longer thing for a effect? Hard to explain but the example should show what I mean.
Code:
create quest "Kills" for player with goal {kills::%player%} = 5 to run:
send "&5&lYou did it!" to player
increase {quests::%player%} by 1
If those 2 questions are answerable please tell me! Thanks!
[doublepost=1554124136,1553993159][/doublepost]Bump! I require answers.