Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Change Skill Status

Ask for help
Post Reply
Ray
Neophyte
Neophyte
Posts: 28
Joined: 04.05.2012 7:13

Change Skill Status

Post by Ray »

Does any API to lock / up / down the skill value and status (STR/INT/DEX) ?
CFA
Developer
Developer
Posts: 492
Joined: 20.04.2006 6:03
Contact:

Re: Change Skill Status

Post by CFA »

Ray wrote:Does any API to lock / up / down the skill value and status (STR/INT/DEX) ?
procedure SkillLockState(SkillName : String; statState : Byte);
where statState
0: Up
1: Down
2: Locked

and procedure SetStatState(statNum : Byte; statState : Byte)
where statNum
0: Str
1: Dex
2: Int
and statState like in SkillLockState
Ray
Neophyte
Neophyte
Posts: 28
Joined: 04.05.2012 7:13

Re: Change Skill Status

Post by Ray »

Thanks..
I can't find this in the wiki..@@

http://stealth.od.ua/Doc:Api/S
Post Reply