9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
AssignCommand(oPC, TakeGoldFromCreature(1000, oPC, TRUE));
|
|
CreateItemOnObject("silverbreastp002", oPC, 1);
|
|
|
|
}
|