12 lines
241 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
object oItem=GetItemActivated();
object oActivator=GetItemActivator();
if(GetTag(oItem)=="L_sot")
{
AssignCommand(oActivator, ActionStartConversation(oActivator, "SoTravel", TRUE));
return;
}
}