Aantioch_Infernum/_module/nss/give_chokey_xp.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

16 lines
465 B
Plaintext

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