if damage cause is poison:
cancel event
broadcast potion duration of active potion effects of victim
if potion duration of poison is less than 1:
set victim's health to 0``` im trying to check if duration of poison effect is less than 1 using skbee https://skripthub.net/docs/?id=10707
#potion effect
1 messages · Page 1 of 1 (latest)
Does it Broadcast correctly
doorclub suggests that you read https://sovdee.gitbook.io/skript-tutorials/
if damage cause is poison:
cancel event
loop active potion effects of victim:
if type of loop-potion effect is poison:
if potion duration of active potion effects of victim is less than 1.50 seconds:
set victim's health to 0``` if i have multiple effects it's not gonna work
Why don’t u try what I said
@past rose
doesn't work what you send
this works but not with multiple effects