// Evol scripts. // Authors: // Alastrim, Vasily_Makarov, Reid // Description: // Heal of 15hp and add 1/4 bad luck to be poisoned. function script usePoisonedWater { set @temp, rand(4); if (!@temp) sc_start sc_poison, 1, 50; if (@temp) itemheal 15, 0; set @temp, 0; return; }