2024-06-20 15:47:42 -04:00

15 lines
202 B
Plaintext

void main()
{
// Give the speaker the items
object oPC = GetPCSpeaker();
AssignCommand(oPC, TakeGoldFromCreature(13000, oPC, TRUE));
CreateItemOnObject("dwarvenplate", oPC, 1);
}