Hey! I need help because my skript not work :V
Here is Skript:
Pls help me
Here is Skript:
code_language.skript:
on death of a witch:
if name of witch contains "Tutorial":
if attacker is a player:
if {TuTorial.%player%.KilledMobs} is not 3:
add 1 to {TuTorial.%player%.KilledMobs}
send "da"
else if {TuTorial.%player%.KilledMobs} is 3:
wait 1 second
set {TuTorial.%player%.KilledMobs} to 0
send "3"
on spawn of a Witch:
set name of the witch to "Tutorial"
Pls help me