Files
HeroesStone_PRC8/_module/nss/at_takefaction.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

14 lines
408 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_takefaction
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/15/2004 2:00:47 AM
//:://////////////////////////////////////////////
void main()
{
// Modify the player's reputation
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, -10);
}