8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "MarcoFirstTimeTalked", 1);
|
|
|
|
}
|