13 lines
119 B
Plaintext
13 lines
119 B
Plaintext
|
|
void main()
|
|
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "hllofrcrds2", 1);
|
|
|
|
|
|
}
|