8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
|
#include "lmpperfmisc"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
TakeGoldFromCreature(1, GetPCSpeaker());
|
||
|
StartPerformBoth();
|
||
|
}
|