10 lines
106 B
Plaintext
10 lines
106 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC=GetPCSpeaker();
|
||
|
|
||
|
string sTag=GetTag(OBJECT_SELF);
|
||
|
|
||
|
SetLocalInt(oPC, sTag, 1);
|
||
|
}
|
||
|
|