Solved Mob counter not work?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Status
Not open for further replies.

DownHax

Member
Feb 23, 2017
8
0
0
27
Hey! I need help because my skript not work :V
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
 
Status
Not open for further replies.