14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_038
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/24/2003 10:28:10 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
// Modify the player's reputation
|
||
|
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, -1);
|
||
|
}
|