WoR_PRC8/_module/nss/xp_bugbear.nss

20 lines
563 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
//::///////////////////////////////////////////////
//:: FileName xp_bugbear
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/24/2003 11:07:37 AM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some XP
RewardPartyXP(30, GetPCSpeaker());
// Modify the player's reputation
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, 2);
SetIsDestroyable(TRUE);
DestroyObject(OBJECT_SELF);
}