Rune_PRC8/_module/nss/opw_priv_plconv.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

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);
}