else doesnt work with if

  • 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 community!

    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.

yoni

New Member
Jun 18, 2021
9
0
1
hi when i try to do reload this it says that there is no if even thought there is someone help?

Code:
on death:
    if attacker is a player:
        if player is in world "TopStrix":
        set the death message to "&b%victim% &8[%{kill counter.%victim%.kills_total}%] &ewas killed by &b%attacker% &8[%{kill counter.%attacker%.kills_total}%]"
        else:
        set the death message to "&b%victim% &8[%{kill counter.%victim%.kills_total}%] &eWas splashed!"
 
Code:
on death of player:
  if attacker is a player:
    if player is in world "TopStrix":
      set the death message to "&b%victim% &8[%{kill counter.%victim%.kills_total}%] &ewas killed by &b%attacker% &8[%{kill counter.%attacker%.kills_total}%]"
    else:
      set the death message to "&b%victim% &8[%{kill counter.%victim%.kills_total}%] &eWas splashed!"
 
Code:
on death of player:
  if attacker is a player:
    if player is in world "TopStrix":
      set the death message to "&b%victim% &8[%{kill counter.%victim%.kills_total}%] &ewas killed by &b%attacker% &8[%{kill counter.%attacker%.kills_total}%]"
    else:
      set the death message to "&b%victim% &8[%{kill counter.%victim%.kills_total}%] &eWas splashed!"
im trying to do it from when they die from the water


Code:
on walking on water:
    if player is in world "TopStrix":
        if block below the block below player is water:
            kill player

add to this death message to here pls
 
Status
Not open for further replies.