Amon_PRC8/_module/nss/leo_shadowjump.nss

11 lines
264 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
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));
}