Hi again. I Have two problems #1 I just managed to add 1 item to the inventory's of every single human NPC o_O and I have to do it again!??! So is there any way to make it faster than 700000000 :wallbash: :wallbash: :wallbash: Click and drags later? # 2 Is there anything wrong with this script? because it does not work in game, in fact it does a C.T.D. :wallbash: :wallbash: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ScriptName AAresurrectspell Begin ScriptEffectStart if Player.GetItemCount AAbloodhuman >= 1.00 && Player.GetItemCount SacredLotusSeeds >= 1.00 Resurrect Player.Removeitem AAbloodhuman 1 Player.RemoveItem SacredLotusSeeds 1 Message "It's ALIVE !!!!!!!!!!!!!!!" elseif Player.GetItemCount AAbloodhuman == 0.00 && Player.GetItemCount SacredLotusSeeds >= 1.00 MessageBox "You still need to collect the human blood" elseif Player.GetItemCount SacredLotusSeeds == 0.00 && Player.GetItemCount AAbloodhuman >= 1.00 MessageBox "You still need to collect the Sacred Lotus Seeds" elseif Player.GetItemCount AAbloodhuman == 0.00 && Player.GetItemCount SacredLotusSeeds == 0.00 MessageBox "You still need to collect both the Human Blood and the Sacred Lotus Seeds" else endif End ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Thanxx for your help already !