Code:
alias get.scon {
  if ($1 != $null) {
    var %i = $scon(0)
    while (%i) {
      if ($scon(%i).network == $1) return %i
      dec %i
    }
  }
  return 0
}

(there might be a better way of getting then i dont know it)

add that somewhere then use

on ^1:text:*:#terrortories:if ($network = funnet.org) { /scon $get.scon(gamesnet.net) msg #terrortories < $+ $nick $+ > $1- }

PS im assuming funnet.org and gamesnet.net are the $network names here and not funnet and gamesnet, correct as needed.