12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
void main()
|
|
{
|
|
object oItem=GetItemActivated();
|
|
object oActivator=GetItemActivator();
|
|
if(GetTag(oItem)=="L_sot")
|
|
{
|
|
AssignCommand(oActivator, ActionStartConversation(oActivator, "SoTravel", TRUE));
|
|
return;
|
|
}
|
|
|
|
}
|