Hello rA
i would like to request an item script of yggdrasil berry with a 5 second delay and if spam it will display on bottom "Yggdrasil Berry cannot be spammed, There is a delay of 5 seconds between use."
i've tried search and found this :
607,Yggdrasilberry,Yggdrasil Berry,0,5000,,300,,,,,0xFFFFFFFF,7,2,,,,,,{ if((agitcheck() == 1) && (YggBerryLastUsed > gettimetick(2))) { dispbottom "Yggdrasil Berry cannot be spammed during WoE! There is a delay of 5 seconds between use."; end; } set YggBerryLastUsed,gettimetick(2)+5; percentheal 100,100; },{},{}
but it doesnt work and it's for woe only
Thanks
SlashGeeGeee