10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
AssignCommand(oPC, TakeGoldFromCreature(1000, oPC, TRUE));
|
|
CreateItemOnObject("silverbreastp001", oPC, 1);
|
|
|
|
|
|
}
|