HiddenTradition_PRC8/_module/nss/at_silver_forg12.nss
2024-06-20 15:47:42 -04:00

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);
}