generated from Jaysyn/ModuleTemplate
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
// Give those who destroy the altar some XP
|
|
RewardPartyXP(500, GetLastDamager());
|
|
|
|
}
|