PWE_PRC8/_module/nss/at_021.nss

14 lines
401 B
Plaintext
Raw Permalink Normal View History

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