6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
OpenInventory(oPC, oPC);
|
|
}
|