Initial Upload
Initial Upload
This commit is contained in:
15
_module/nss/give_chokey_xp.nss
Normal file
15
_module/nss/give_chokey_xp.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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);
|
||||
|
||||
}
|
Reference in New Issue
Block a user