11 lines
157 B
Plaintext
11 lines
157 B
Plaintext
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
AssignCommand(oPC, TakeGoldFromCreature(8000, oPC, TRUE));
|
||
|
CreateItemOnObject("nw_maarcl040", oPC, 1);
|
||
|
|
||
|
|
||
|
}
|