Aantioch_Infernum/_module/nss/give_chokey_xp.nss

16 lines
465 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: FileName keygiver
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/23/2003 6:16:52 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
object oPC = GetPCSpeaker();
CreateItemOnObject("choguildkey", oPC, 1);
GiveXPToCreature(oPC, 5000);
}