HiddenTradition_PRC8/_module/nss/at_lichquest99.nss
2024-06-20 15:47:42 -04:00

16 lines
293 B
Plaintext

#include "nw_j_assassin"
#include "nw_i0_tool"
void main()
{
// Give the speaker some gold
RewardPartyGP(10000, GetPCSpeaker());
// Give the speaker some XP
RewardPartyXP(1000, GetPCSpeaker());
// Set the variables
aSetPLocalInt(GetPCSpeaker(), "LichQuest", 99);
}