Alayne
New member
- Messages
- 345
- Points
- 0
Hi guys,
here's a simple question, but I can't find the correct answer.
I know you can add skills to a player throught the "skill" command.
Here's my script line:
skill .@skillIds[.@i], 1, 4;
SkillIds containing a list of skills id (no way!!!), copied from another array:
setarray $faction1_1SkillsIds[0], 98, 99, ...
I've already checked that the skillIds are well filled.
But I don't know why, no matter the flag I give to the command, the given skills won't appear in my skll window...
Any idea why it would happens?
here's a simple question, but I can't find the correct answer.
I know you can add skills to a player throught the "skill" command.
Here's my script line:
skill .@skillIds[.@i], 1, 4;
SkillIds containing a list of skills id (no way!!!), copied from another array:
setarray $faction1_1SkillsIds[0], 98, 99, ...
I've already checked that the skillIds are well filled.
But I don't know why, no matter the flag I give to the command, the given skills won't appear in my skll window...
Any idea why it would happens?