7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oEK = GetObjectByTag("fr_etting_und02");
|
||
|
SetLocalInt(oEK, "Appear3", 1);
|
||
|
}
|
||
|
|