15 lines
201 B
Plaintext
15 lines
201 B
Plaintext
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
AssignCommand(oPC, TakeGoldFromCreature(3000, oPC, TRUE));
|
|
|
|
CreateItemOnObject("nw_maarcl026", oPC, 1);
|
|
|
|
|
|
|
|
}
|