Aantioch_Infernum/_module/nss/xp_10k_take.nss

14 lines
394 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: 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);
}