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

15 lines
199 B
Plaintext

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