11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetItemActivator();
|
|
object oTarget = GetItemActivatedTarget();
|
|
object oItem = GetItemActivated();
|
|
location Llocation = GetLocation(oPC);
|
|
string sTag = GetTag(oItem);
|
|
|
|
AssignCommand(oPC, ActionStartConversation(oPC, sTag, TRUE,FALSE));
|
|
}
|