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