Pardon my butting in and I hope I understand the problem correctly, but wouldn't a simple:
void main()
{
BeginConversation("",GetLastUsedBy());
}
do the job (placed in the OnUsed event of the placeable)?
My understanding is that this would trigger the default conversation script for the placeable (in the Advanced tab of the Properties) with the default triggerer of the script (the PC) as the person to converse with.
[Edit] Looks like it doesn't automatically select the PC who triggered the event, so I added GetLastUsedBy() but it does automatically select the correct conversation file.
Of course, I could be wrong since I haven't tested this.
(Melkior wanders off to test his suggestion and find out if he's correct or, more likely, has made a total prat of himself)
[Edit] Melkior discovers that he was a bit of a prat and edits the script accordingly.
Modifié par Melkior_King, 29 juillet 2011 - 05:35 .