9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetEnteringObject();
|
||
|
if(GetItemInSlot(INVENTORY_SLOT_HEAD,oPC) == GetObjectByTag("px_luc_trusthelm"))
|
||
|
{
|
||
|
AssignCommand(oPC,ActionStartConversation(GetObjectByTag("px_hid_lucbasm"),"px_hid_lucbasm",TRUE,FALSE));
|
||
|
}
|
||
|
}
|