Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

14 lines
387 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_056
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/7/2003 8:13:24 PM
//:://////////////////////////////////////////////
void main()
{
// Remove some xp from the player
GiveXPToCreature(GetPCSpeaker(), -100);
}