16 lines
430 B
Plaintext
16 lines
430 B
Plaintext
////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// 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);
|
|
}
|