7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC=GetLastOpenedBy();
|
||
|
|
||
|
SendMessageToPC(oPC,"OOC: Anything placed in this bin vanishes. Be careful, no refunds!");
|
||
|
}
|