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");
|
||
|
}
|