PWE_PRC8/_module/nss/idontlikeyou.nss

14 lines
405 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName idontlikeyou
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/8/2003 3:52:52 PM
//:://////////////////////////////////////////////
void main()
{
// Modify the player's reputation
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, -10);
}