Solved Can I replace a zombie hearts with a variable

  • 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 skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Mich

Active Member
Jul 15, 2020
148
6
18
23
I am trying to do a zombie minigame and I replace players hearts with a variable, I want to do the same with the zombies.

Example
Code:
on damage of a player:
    if {minigame.%attacker%} is true:
        cancel event
        set {p_health.%attacker%} to p_health.%attacker%} - 10
        if p_health.%attacker%} is less than or equal to 0
            kill attacker
I try to set a variable to a zombie but I don't know how to
 
Status
Not open for further replies.