#problem with making anti drop

1 messages · Page 1 of 1 (latest)

hoary delta
#

Put a GLOBAL LIST/VARIABLE to now then check if it's 2 seconds with now or no

#
  if difference between now and {lastdrop::%player's uuid%} <= 2 seconds:
    delete {lastdrop::%player's uuid%}
    stop
  else:
    set {lastdrop::%player's uuid%} to now
    send "&aDrop the item again within 2 seconds from now!" to player

This may work I'm not sure

lavish badge
hoary delta
#

Oh I forget to add cancel event

#

Add it at last line

lavish badge
#

bet

#

yeah that worked

#

ty very much

#

was stuck on this for a hot second cuz i just didnt know how to set the var