Merged redundant hak files. Moved hak scripts into module. Updated gitignore. Full Compile. Added release folder & archive.
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
// npcact_cms_thfc - Delete thief skill flag
|
|
void main()
|
|
{
|
|
object oPC=GetPCSpeaker();
|
|
DeleteLocalInt(oPC,"bCMSDoThief");
|
|
}
|