7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC=GetLastOpenedBy();
|
||
|
|
||
|
SendMessageToPC(oPC,"OOC: Make donations to the church of Moradin here. Anything placed in this tithing bowl vanishes. Be careful, no refunds!");
|
||
|
}
|