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

14 lines
412 B
Plaintext

#include "NW_I0_plot"
void main()
{
RewardGP(GetLocalInt(OBJECT_SELF,"NW_L_GoldRewarded"),GetPCSpeaker());
if(GetLocalInt(OBJECT_SELF,"NW_L_ItemRewarded"))
{
object oReward = CreateItemOnObject("nw_wswmls002");
ActionPauseConversation();
ActionGiveItem(oReward,GetPCSpeaker());
ActionResumeConversation();
}
SetLocalInt(OBJECT_SELF,"NW_L_RewardGiven",TRUE);
}