14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName idontlikeyou
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 3/8/2003 3:52:52 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Modify the player's reputation
|
|
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, -10);
|
|
}
|