14 lines
387 B
Plaintext
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);
|
|
}
|