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