9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC=GetPCSpeaker();
|
||
|
object oMod=GetModule();
|
||
|
string sVar=GetLocalString(oPC,"sMAI_VAR");
|
||
|
string sTID=GetLocalString(oPC,"sMAI_TID");
|
||
|
SetLocalInt(oMod,"n"+sTID+"_"+sVar,1);
|
||
|
}
|