my script! function

Post Reply
ll8082
Posts: 14
Joined: Tue Feb 28, 2017 2:40 pm

my script! function

Post by ll8082 » Fri Mar 10, 2017 2:08 am

Write my skill name

Code: Select all

function sknm()
local  sklist={};
for ID, Skill in DictionaryIterator( AbilityList:GetList()) do
		if(seach(Skill:GetName(),sklist)==false) then 
		       table.insert(sklist,Skill:GetName());
			   Write('"'..Skill:GetName()..'",');
		end
   end
end

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests