Search found 14 matches

by ll8082
Sun Mar 05, 2017 7:14 am
Forum: General Discussion
Topic: i want write all skill help me pls
Replies: 5
Views: 65

Re: i want write all skill help me pls

i just test done DictionaryIterator() == DictionaryOperator(). thank for help .
by ll8082
Sun Mar 05, 2017 5:18 am
Forum: General Discussion
Topic: i want write all skill help me pls
Replies: 5
Views: 65

Re: i want write all skill help me pls

thank you very much ,
where can find DictionaryOperator ( ) function ?
by ll8082
Sat Mar 04, 2017 1:16 pm
Forum: General Discussion
Topic: i want write all skill help me pls
Replies: 5
Views: 65

i want write all skill help me pls

Code: Select all

function ListIterator(o)
	local e = o:GetEnumerator();
	return function()
		if e:MoveNext() then
			return e.Current;
		end
	end
end
 for Skill in  ListIterator( SkillList:GetList())  do
			Write(Skill:GetName());
		end  
cant run help me pls
by ll8082
Thu Mar 02, 2017 2:41 pm
Forum: General Discussion
Topic: AionScript not function for quest ?
Replies: 1
Views: 42

AionScript not function for quest ?

AionScript not function for quest ?