PWE_PRC8/_module/nss/rtgdlg_accept.nss

10 lines
211 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
#include "rtg_i0_const"
void main()
{
object oPC = GetPCSpeaker();
if(GetLocalInt(oPC, "RTG_TaskType") == RTG_TASK_TYPE_DELIVERY)
CreateItemOnObject(GetLocalString(oPC, "RTG_ItemRef"), oPC);
}