ShadowLight 0 Posted September 30, 2015 (edited) Hi guys, I'm doing a quest where players would be able to learn steal on a particular map. But I'm having problem removing them, not sure what the command is. I've added the skill to the players (if they don't already have 'Steal') using: skill 1001,1,0; The question is, how do I remove them? EDIT: Actually the code above to give players skill doesn't seem to work (no errors). Edited September 30, 2015 by ShadowLight Share this post Link to post Share on other sites
1 Emistry 145 Posted September 30, 2015 assign the temporary flag "1" to the skill. skill 1001,1,1; or you could also try this to remove it. skill 1001,0,0; 1 ShadowLight reacted to this Share this post Link to post Share on other sites
0 ltheodoro 0 Posted November 2, 2021 Thanks @Emistry. That helped me too. Share this post Link to post Share on other sites
Hi guys,
I'm doing a quest where players would be able to learn steal on a particular map. But I'm having problem removing them, not sure what the command is.
I've added the skill to the players (if they don't already have 'Steal') using:
The question is, how do I remove them?
EDIT: Actually the code above to give players skill doesn't seem to work (no errors).
Edited by ShadowLightShare this post
Link to post
Share on other sites