i dont want to "highjack" ahmeds thread, but i also play the same game. I just have a question about the script, I took the same script, and i just want to change what is said:

Code:
on *:text:*:#: {
  if ($nick isop $chan) {
    if ($regex($1-,/ \(\d:\d\) ([\d\54]*\d+) ([\d\54]*\d+) [\d\54]+?\54\d{3}(?: \[.+\])?$/)) {
      var %r = $remove($regml(1),$chr(44)), %l = $remove($regml(2),$chr(44)), %r.hits = 0, %l.hits = 0
      while (%r > 0) { dec %r $iif((%r > 100),$calc(%r * 0.1),10) | inc %r.hits }
      while (%l > 0) { dec %l $iif((%l > 200),$calc(%l * 0.1),20) | inc %l.hits }

      msg $chan 4 %r.hits 11 Roid Hits /\4 %l.hits 11 Land Hits
    }
  }
} 

this is what it currently says:

19:19 Bijou666 !empire killing
19:19 Europa Thekillingfields (1:1) 150 394 128,249 [DFA]
19:19 Bijou666 14 Roid Hits /\ 17 Land Hits

how would i modifiy it to repeat the empire name and co-ordinates? so it would look like this:

19:19 Bijou666 !empire killing
19:19 Europa Thekillingfields (1:1) 150 394 128,249 [DFA]
19:19 Bijou666 Thekillingfields (1:1) 14 Roid Hits /\ 17 Land Hits

the bot will always say the empire name and galaxy and sector,
thanks for any help you can provide