PWE_PRC8/_module/nss/rtgdlg_accept.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

10 lines
211 B
Plaintext

#include "rtg_i0_const"
void main()
{
object oPC = GetPCSpeaker();
if(GetLocalInt(oPC, "RTG_TaskType") == RTG_TASK_TYPE_DELIVERY)
CreateItemOnObject(GetLocalString(oPC, "RTG_ItemRef"), oPC);
}