8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC;
|
||
|
|
||
|
oPC = GetLastUsedBy();
|
||
|
SendMessageToPC(oPC,"The old barn door is rusted shut and will not open.");
|
||
|
}
|