Im (very) new to using skript and im trying to make a skript that would basically link the health of two (or more players) but due to me being extremely in-experienced im not able to make it happen. so i came here to ask for help. is there any way of even making this possible?
every 0.1 seconds:
loop all players:
if name of loop-player is "playername":
if health of loop-player is 19:
set health of player named "otherplayername" to 19
here is the code but im only testing it so it is very incomplete it keeps telling me can't understand this condition/effect: set health of player named "otherplayename" to 19
i would like to solve this problem before making the full skript
every 0.1 seconds:
loop all players:
if name of loop-player is "playername":
if health of loop-player is 19:
set health of player named "otherplayername" to 19
here is the code but im only testing it so it is very incomplete it keeps telling me can't understand this condition/effect: set health of player named "otherplayename" to 19
i would like to solve this problem before making the full skript
Last edited: