View Single Post
  #8  
Unread 06-10-2012, 12:56 PM
Kunter Kunter is offline
The Undefeated
Interface Author - Click to view interfaces
 
Join Date: Jun 2012
Posts: 7
Code:
function Disease()
	var = 0;
	for i = 1, EffectList:GetCount(), 1 do
		Turbine.Shell.WriteLine(EffectList:Get(i):GetName( ));
	if (EffectList:Get(i):GetName( ) == "Charge") then
		var = 0.5;
	end
	end
	return var;
end
YEEEAAAAHHHH, it works^^

Many Thanks!

Now I have to find the debuffs names...


Last edited by Kunter : 06-10-2012 at 01:03 PM.
Reply With Quote