PWE_PRC8/_module/nss/youareblessd.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

19 lines
494 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName youareblessd
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/8/2003 1:24:15 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some XP
RewardPartyXP(100, GetPCSpeaker());
// Modify the player's reputation
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, 30);
}