- Joined
- Apr 10, 2013
- Messages
- 99
- Reaction score
- 12
- First Language
- Sarcasm/English
- Primarily Uses
- N/A
So I am working on my first plugin and all is going quite well however I have run into a slight issue. I can't quite figure out how to make an item on use cast a skill. Ideally it would be something in the notes. I am trying to have in the notebox a <skill: 6> and then when that item is used it will cast skill 6. It seems relatively simple since one could have items call CommonEvents which would Force an Action, but that is rather round about when I can simply implement it into my Plugin. So anyone have a sample code of what something like that would look like.
tldr: Same Code or Example piece of code where when one places <skill: x> into an item Notebox and X is the ID of a skill and using the item will cast that skill.
tldr: Same Code or Example piece of code where when one places <skill: x> into an item Notebox and X is the ID of a skill and using the item will cast that skill.
