14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName feelingbetter
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/7/2003 9:15:15 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
// Modify the player's reputation
|
||
|
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, 20);
|
||
|
}
|