Been using Nutri's guides and noticed that he wasn't using the .skill option. Apparently this feature is not working and he uses a standard + checkpoint for each step for skill check.
I tried to see if it was a formatting issue, but it doesn't appear to be. Here is an example of how it is being used in the guide.
.skill cooking,175,1 >>Level your Cooking skill to 175.
I tried using case sensitive for the skill 'Cooking' and that did not make any difference.
After more testing and I found that the 3rd parameter was not needed and the skill name needs to be lower case. I think the documentation for this may need to be updated to reflect that the 3rd parameter is optional. Here is what I used to get the checkpoint to work with .skill
.skill cooking,175 >> Level your Cooking skill to 175.
Been using Nutri's guides and noticed that he wasn't using the .skill option. Apparently this feature is not working and he uses a standard + checkpoint for each step for skill check.
I tried to see if it was a formatting issue, but it doesn't appear to be. Here is an example of how it is being used in the guide.
I tried using case sensitive for the skill 'Cooking' and that did not make any difference.
After more testing and I found that the 3rd parameter was not needed and the skill name needs to be lower case. I think the documentation for this may need to be updated to reflect that the 3rd parameter is optional. Here is what I used to get the checkpoint to work with .skill