10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
if(GetIsObjectValid(GetItemPossessedBy(oPC,"NW_IT_RECALL")) == FALSE)
|
||
|
{
|
||
|
CreateItemOnObject("NW_IT_RECALL",oPC);
|
||
|
}
|
||
|
}
|
||
|
|