Initial Upload
Initial Upload
This commit is contained in:
13
_module/nss/xp_10k_take.nss
Normal file
13
_module/nss/xp_10k_take.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName xp_10k_take
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 13/07/2003 17:03:13
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
|
||||
// Remove some xp from the player
|
||||
GiveXPToCreature(GetPCSpeaker(), -10000);
|
||||
}
|
Reference in New Issue
Block a user