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