/* Script generated by Lilac Soul's NWN Script Generator, v. 2.3 For download info, please visit: http://nwvault.ign.com/View.php?view=Other.Detail&id=4683&id=625 */ void main() { object oPC; oPC = GetItemActivator(); //The PC will technically start a conversation with himself //You should add some odd little sound to the first line in the //conversation file, or the PC will give his normal voicegreeting. object oTarget; oTarget = oPC; AssignCommand(oTarget, ActionStartConversation(oPC, "sextant")); }