generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
15
_module/nss/opw_univ_plconv.nss
Normal file
15
_module/nss/opw_univ_plconv.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 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);
|
||||
}
|
||||
Reference in New Issue
Block a user