Changed folder name.
Changed folder name.
This commit is contained in:
11
_module/nss/startconv.nss
Normal file
11
_module/nss/startconv.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
//Put this script OnUsed
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastUsedBy();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
ActionStartConversation(oPC, "");
|
||||
|
||||
}
|
Reference in New Issue
Block a user