Initial upload
Initial upload
This commit is contained in:
10
_module/nss/startdmconv.nss
Normal file
10
_module/nss/startdmconv.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
oPC = GetLastUsedBy();
|
||||
|
||||
//Start a private conversation with the PC..
|
||||
ActionStartConversation(oPC, "",TRUE);
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user