Rune_PRC8/_module/nss/opw_univ_plconv.nss

16 lines
429 B
Plaintext
Raw Normal View History

2024-09-13 09:10:39 -04:00
////////////////////////////////////////////////////////////////////////////////
//
// 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);
}