13 lines
166 B
Plaintext
13 lines
166 B
Plaintext
|
#include "prc_x2_itemprop"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC;
|
||
|
string sTag;
|
||
|
|
||
|
oPC = GetPCSpeaker();
|
||
|
sTag = GetLocalString(oPC,"QuestItemTag");
|
||
|
CreateItemOnObject(sTag,oPC);
|
||
|
|
||
|
}
|