PWE_PRC8/_module/nss/at_019.nss

14 lines
401 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName at_019
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/17/2003 12:14:25 AM
//:://////////////////////////////////////////////
void main()
{
// Modify the player's reputation
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, -20);
}