Amon_PRC8/_module/nss/ia_give_key.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

19 lines
528 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName ia_give
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/7/2004 6:09:04 PM
//:://////////////////////////////////////////////
void main()
{
object oPC = GetPCSpeaker();
TakeGoldFromCreature(100, oPC, TRUE);
GiveXPToCreature(oPC, 100);
CreateItemOnObject("ia_sword", oPC, 1);
CreateItemOnObject("IA_Key", oPC, 1);
}