HiddenTradition_PRC8/_module/nss/at_lichquest99.nss

16 lines
293 B
Plaintext
Raw Normal View History

#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);
}