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

9 lines
130 B
Plaintext

#include "nw_i0_tool"
void main()
{
// Give those who destroy the altar some XP
RewardPartyXP(500, GetLastDamager());
}