14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_019
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 3/17/2003 12:14:25 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Modify the player's reputation
|
|
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, -20);
|
|
}
|