LoT_PRC8/_module/nss/m1q4hemmeltake01.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

16 lines
441 B
Plaintext

#include "nw_i0_plot"
void main()
{
if(GetLocalInt(OBJECT_SELF,"NW_L_XPGiven") == FALSE)
{
SetLocalInt(OBJECT_SELF,"NW_L_XPGiven",TRUE);
RewardXP("m1q4_Amulet",100,GetPCSpeaker());
}
ActionPauseConversation();
ActionTakeItem(GetItemPossessedBy(GetPCSpeaker(),"M1Q04INOBAMULET"),GetPCSpeaker());
ActionResumeConversation();
AutoAlignG(DC_EASY, GetPCSpeaker());
RewardGP(400,GetPCSpeaker());
}