12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oItem = GetItemActivated();
|
||
|
object oActivator = GetItemActivator();
|
||
|
|
||
|
if (GetTag(oItem) == "PCList")
|
||
|
{
|
||
|
AssignCommand(oActivator, ActionStartConversation(oActivator, "c_pcl_activate", TRUE));
|
||
|
}
|
||
|
|
||
|
}
|