#potion effect

1 messages · Page 1 of 1 (latest)

past rose
#
  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
foggy owl
#

Does it Broadcast correctly

sudden mesaBOT
foggy owl
#

Tutorials

#

It’s literally a command

past rose
#

i've never used that effect thats all

foggy owl
#

broadcast potion duration of poison of active potion effects of victim

#

@past rose

past rose
#
  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
foggy owl
#

Why don’t u try what I said

foggy owl
#

@past rose

past rose
#

doesn't work what you send

past rose