Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
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));
|
|
}
|
|
}
|