14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName nopay
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/7/2003 9:37:48 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
// Modify the player's reputation
|
||
|
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, -30);
|
||
|
}
|