HiddenTradition_PRC8/_module/nss/at_forge_elven.nss

15 lines
199 B
Plaintext
Raw Permalink Normal View History

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