Originally Posted by New_One
you can try this one
Code
 on *:text:*:#channel: {
  if  (Alert! isin $1-) {
    /clipboard  $remove($5-,")
  }
} 




okay so the command I needed to copy from is:

Code
ALERT!Case #8 PC (Odyssey) – CMDR ashzv – System: "TASCHETER SECTOR FB-X A1-0" (Brown dwarf 105.5 LY from Sol) – Language: English (United States) (en-US) (PC_SIGNAL)


and that managed to copy
Code
(7Odyssey) – CMDR ashzv – System: TASCHETER SECTOR FB-X A1-0 (Brown dwarf 105.5 LY from Sol) – Language: English (United States) (en-US) (PC_SIGNAL)


I need it to only copy
Code
TASCHETER SECTOR FB-X A1-0


I feel like its getting there, just need to figure this small last part out...

Last edited by Aeldwulf; 11/07/21 07:36 PM.