10 lines
211 B
Plaintext
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);
|
||
|
}
|