HiddenTradition_PRC8/_module/nss/at_dryadpersude2.nss

14 lines
225 B
Plaintext
Raw Permalink Normal View History

#include "nw_j_assassin"
#include "nw_i0_tool"
void main()
{
// Give the speaker some XP
RewardPartyXP(50, GetPCSpeaker());
// Set the variables
aSetPLocalInt(GetPCSpeaker(), "DryadFirstTimeTalked", 2);
}