// Evol scripts. // Authors: // Alastrim, Vasily_Makarov, Reid // Description: // 1/2 bad luck to be poisoned. function script usePoisonedBlobime { set @temp, rand(2); if (!@temp) sc_start sc_poison, 1, 50; if (@temp) itemheal 1, 0; set @temp, 0; return; }