Running commands on players on keypress?
Im trying to make it so when someone presses E on the Npc, it will run the Targets command on console to that player. With these settings i just get a message in chat saying "Npc: I Just ran a Command".

    "85984873": {
      "NpcName": "<color=orange>Npc</color> : ",
      "SpawnFile": null,
      "Cooldown": 0,
      "CanUse": true,
      "useUI": false,
      "Cost": 0.0,
      "permission": "npctp.default",
      "useItem": false,
      "ItemShortName": "ammo.rifle.hv",
      "ItemAmount": 0,
      "UseCommand": true,
      "CommandOnPlayer": true,
      "Command": "targets",
      "Arrangements": "this is a test",
      "useMessage": false,
      "MessageNpc": "Hey",
      "EnableDead": false,
      "DeadOnPlayer": false,
      "DeadCmd": "jail.send",
      "DeadArgs": "5",
      "OpenDoor": false,
      "DoorLocX": 0.0,
      "DoorLocY": 0.0,
      "DoorLocZ": 0.0,
      "DoorId": 0,
      "NoPermKill": false,
      "KillSleep": false
​
if you were to type the command in counsol what would you type?  targets playerid  ?   if so make line 
"Arrangements": "this is a test",​

to 
"Arrangements": "this is a test",​

to
"Arrangements": "",​


Also when you click on the npc what does counsol output if anything? and the link to the targets plugin so i can see.