14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName elvesdown
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/8/2003 1:27:29 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
// Modify the player's reputation
|
||
|
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, -30);
|
||
|
}
|