//////////////////////////////////////////////////////////////////////////////// // // Universal Placeable Conversation Activator // opw_priv_plconv // by Don Anderson // dandersonru@msn.com // // Use this on a Placeable to Open the Conversation Attached to them // //////////////////////////////////////////////////////////////////////////////// void main() { ActionStartConversation(GetLastUsedBy(),"",FALSE,FALSE); }