Search found 14 matches
- 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 .
- 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 ?
where can find DictionaryOperator ( ) function ?
- 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 - Thu Mar 02, 2017 2:41 pm
- Forum: General Discussion
- Topic: AionScript not function for quest ?
- Replies: 1
- Views: 42