13 lines
89 B
Plaintext
13 lines
89 B
Plaintext
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
FadeToBlack(oPC);
|
||
|
|
||
|
FadeFromBlack(oPC);
|
||
|
|
||
|
}
|
||
|
|