16 lines
429 B
Plaintext
16 lines
429 B
Plaintext
|
////////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Universal Placeable Conversation Activator
|
||
|
// opw_univ_plconv
|
||
|
// by Don Anderson
|
||
|
// dandersonru@msn.com
|
||
|
//
|
||
|
// Use this on a Placeable to Open the Conversation Attached to them
|
||
|
//
|
||
|
////////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
ActionStartConversation(GetLastUsedBy(),"",TRUE,FALSE);
|
||
|
}
|