sub Paral() UO.Set('lasttarget','laststatus') UO.FindType('0x1F52',-1,'my') If UO.GetQuantity('finditem')>0 then if UO.Mana>=14 then UO.WaitTargetObject('lasttarget') UO.UseObject('finditem') UO.Print("Scroll") else UO.Print("Low mana!!! Scroll!") endif else if UO.Mana>=28 then UO.Cast('Paralyze','laststatus') UO.Print("Spell") else UO.Print("Low mana!!! Spell!") endif endif end sub