Discord Thread How to make it so if you fall and take 3 hearts of damage you gain Nausea and Slowness

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

This thread came from the skUnity Discord. You can't reply to it here but if you join the skUnity Discord, you'll be able to post a reply there. The thread link is part of the thread's message.
Status
Not open for further replies.

Swirly

Member
Aug 5, 2018
16
0
1
24
on damage:
if damage cause is fall:
if victim is a player:
set {_damage} to damage
if {_damage} is greater than or equal to 3:
send "&8(&4!&8) &cYou'd feel a sharp pain in your leg as it snapped" to victim
apply slowness of level 1 to victim for 10 seconds
apply nausea of level 1 to victim for 5 seconds

Posted by: csulaaa from the skUnity Discord. View the thread on skUnity Discord here
 
Status
Not open for further replies.