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