For some reason this is kicking my butt and I'm usually pretty good with this stuff! I'm trying to use the getskilllist; for a script and the array section is ticking me off!!! I need to save them as permanent player varables for the purpose I'm trying to do. Also need to be able to save and the readd the full skill tree back to a character at a later point in time.
Peopleperson49
I have the array setup like this:
First part of the code:
for(set @i,0; @skilllist_count>@i; set @i,@i+1 ) { set @SK_ID[@i],@skilllist_id[@i]; set @SK_LV[@i],@skilllist_lv[@i]; }
The second part of the code:
skill @SK_ID[.@i],@SK_LV[.@i],0;
Question
Peopleperson49
For some reason this is kicking my butt and I'm usually pretty good with this stuff! I'm trying to use the getskilllist; for a script and the array section is ticking me off!!! I need to save them as permanent player varables for the purpose I'm trying to do. Also need to be able to save and the readd the full skill tree back to a character at a later point in time.
Peopleperson49
I have the array setup like this:
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.