15 lines
151 B
Plaintext
15 lines
151 B
Plaintext
|
|
#include "NW_i0_Plot"
|
|
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
|
|
|
|
AssignCommand(oPC, TakeGoldFromCreature(15000, oPC, TRUE));
|
|
|
|
|
|
|
|
}
|