7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oEK = GetObjectByTag("fr_etting_und");
|
||
|
SetLocalInt(oEK, "Appear4", 1);
|
||
|
}
|
||
|
|